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