in reply to
Module to read a dumped file
To read a Data::Dumped file back I just use: my $hash = do 'filename';
Comment on
Re: Module to read a dumped file
In Section
Seekers of Perl Wisdom