in reply to Re: How do I save a nested structure to a file (and read it later)?in thread How do I save a nested structure to a file (and read it later)?
print FILE Dumper(%foo); $bar = <FILE>; %foo = eval{$bar}; [download]