Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
use MLDBM qw(DB_File Storable); tie %o, 'MLDBM', 'testmldbm', O_CREAT|O_RDWR, 0640 or die $!; (tied %o)->DumpMeth('portable'); $o{'ENV'} = \%ENV;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Storable to Data::Dumper again
by ph0enix (Friar) on Jan 09, 2003 at 11:33 UTC |