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