in reply to
Data::Dumper and eval
I'd get rid of
Data::Dumper
and got with
Storable
. Faster, better, cheaper.
--
Randal L. Schwartz, Perl hacker
Comment on
Re: Data::Dumper and eval
In Section
Seekers of Perl Wisdom