in reply to Hash Question

A clean way to serialize data to file is to use YAML. YAML is great.

While less readable, Data::Dumper saves info in a Perl syntax but is part of the standard Perl install.

I think most end-user-type folks would generally prefer to edit YAML by hand rather than Perl.