Help for this page

Select Code to Download


  1. or download this
    use XML::Dumper;
    my $xml;
    ...
    my $config = $dumper->xml2pl($xml);
    die "Uh oh" unless defined $config;
    exit;