in reply to
Saving and restoring hash variable data
Also have a look at Data::Dumper. Easiest way I have found to dump and restore most data structures. Has the added convenience of being human readable (As long as you understand Perl syntax).
Comment on
Re: Saving and restoring hash variable data
In Section
Seekers of Perl Wisdom