I am confused about the storable module in Perl. In the available documentation for it http://perldoc.perl.org/Storable.html, it doesn't describe much about the file that it uses to store the data structure. What kind of extension is the file? When I create a file for the module to use, do I need to assign it an special extension so it knows how to read it or is a simple .txt file something it can use?
Thanks,
-Joe