[Israel.pm] Dumping in Perl
Ephraim Dan
E.Dan at F5.com
Wed Feb 21 08:59:58 EET 2007
use Storable;
pros:
very fast
part of perl CORE distribution (I'm pretty sure)
cons:
not human-readable
-----Original Message-----
From: perl-bounces at perl.org.il [mailto:perl-bounces at perl.org.il] On Behalf Of Yossi Itzkovich
Sent: Wednesday, February 21, 2007 08:50
To: Perl at perl.org.il
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
Perl at perl.org.il
http://perl.org.il/mailman/listinfo/perl
More information about the Perl
mailing list