in reply to How do I save a nested structure to a file (and read it later)?

You can also use Data::Dumper, which is not as efficient but is human readable.
  • Comment on Re: How do I save a nested structure to a file (and read it later)?