in reply to
converting a hash to a string
Look into
Data::Dumper
or
Storable
for easy ways to do this.
--
Randal L. Schwartz, Perl hacker
Comment on
Re: converting a hash to a string
In Section
Seekers of Perl Wisdom