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
