in reply to Recreating hash from Data::Dumper text

If you've dumped the data to a file, you can just do the file and avoid a lot of code and hassle.

If efficiency matters, use Storable as suggested by others.

  • Comment on Re: Recreating hash from Data::Dumper text