![]() |
|
Do you know where your variables are? | |
PerlMonks |
Re^3: using external file for hashesby frozenwithjoy (Priest) |
on Jun 04, 2013 at 18:33 UTC ( #1037032=note: print w/replies, xml ) | Need Help?? |
I see. How about using Data::Dumper to make a file of your hashes? Then read this file in (split each structure based on some delimiter you add during the write process and rebuild hashes w/ eval like described in the answers to Read the Dumper data back to a hash.
In Section
Seekers of Perl Wisdom
|
|