Help for this page

Select Code to Download


  1. or download this
    XML::Dumper : Perl module for dumping Perl objects from/to XML [ docum
    +entation ]Contained in the XML-Dumper-0.4 distribution 
     Download / quickinstall XML-Dumper-0.4.tar.gz 
    ...
     Language: Perl only, no compiler needed, should be platform independe
    +nt 
     Interface: Object oriented using blessed references and/or inheritanc
    +e
    
  2. or download this
    F:\dev\>perl -MXML::Dumper -e"print XML::Dumper->new()->pl2xml({ {a,bl
    +ess
    {}, 'Foo'},{1,[1,2,3]}})"
    ...
    
    F:\dev\>