in reply to Re: Re: Module to read a dumped file
in thread Module to read a dumped file

Once you have read it in from the file and stored in a scalar, just do
my $ref = eval $data;