More cons for Storable: - Not editable - In the past Storable didn't keep BC between different versions, so in case you wanted to pass info between two systems you had to be certain they use the same version - In the past (again) it was not part of the CORE distribution.
On 2/21/07, Ephraim Dan <[EMAIL PROTECTED]> wrote: > use Storable; > > pros: > very fast > part of perl CORE distribution (I'm pretty sure) > > cons: > not human-readable > > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Yossi Itzkovich > Sent: Wednesday, February 21, 2007 08:50 > To: [email protected] > Subject: [Israel.pm] Dumping in Perl > > Hi, > > I know at least 2 ways to dump data structures in Perl, and then > "undump" it (A.K.A serialization/Marshaling): > Data::Dumper > YAML > dumpValue (dump only) > > Are there additional good alternatives? > What are the pros/cons for each one? > > Thanks > Yossi > > _______________________________________________ > Perl mailing list > [email protected] > http://perl.org.il/mailman/listinfo/perl > > _______________________________________________ > Perl mailing list > [email protected] > http://perl.org.il/mailman/listinfo/perl > _______________________________________________ Perl mailing list [email protected] http://perl.org.il/mailman/listinfo/perl
