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