my $xmlfile = new XML::Simple (Outputfile => $conf, ForceArray => 1, RootName=>'exec'); my $xml = $xmlfile->XMLin($conf); use Data::Dump qw(dump); print "XML => " . dump( $xml );
This should be a good starting point to see what you are working with.
In reply to Re: xml::simple foreach
by Herkum
in thread xml::simple foreach
by hakana
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |