Help for this page

Select Code to Download


  1. or download this
    #!perl -w
    use strict;
    ...
    my $xml = $xs->XMLout($ref);
    print $xml;
    exit;