On 2/21/07, Yossi Itzkovich <[EMAIL PROTECTED]> wrote: > 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?
I find Data::Dump pretty interesting as well. It is on CPAN: http://search.cpan.org/dist/Data-Dump/ > What are the pros/cons for each one? pros: the dumped code is an expression and not a series of statements cons: I heard that it is not able to handle some data structures, but I haven't found these cases in my limited experience with ordinary data. _______________________________________________ Perl mailing list [email protected] http://perl.org.il/mailman/listinfo/perl
