in reply to Loading an external hash

I could be wrong, but I wonder if perhaps you might want to store such information in an .INI file. There are many CPAN modules for working with .INI files, including the following:

Super Searching for ".ini" results in the following hits (among many others):


Update: You may also wish to take a look at How can I visualize my complex data structure?, which talks about other serializers.

HTH,

planetscape