- or download this
file1
file2
- or download this
foreach (@array) {
parXML($_);
}
- or download this
sub parXML {
my $file = shift;
...
$twig->purge;
}
}
- or download this
<REP>abc</REP>
<ING>ip</ING>
...
</DS>
</COM>
<LIST>ac</LIST>
- or download this
<REP>ab</REP>
<ING>ip</ING>
...
</DS>
</COM>
<LIST>gn</LIST>
- or download this
<IP_ADDRESS>192.168.67.16</IP_ADDRESS>
<COM>
...
<N>1</N>
</DS>
</COM>
- or download this
<IP_ADDRESS>192.168.67.110</IP_ADDRESS>
<COM>
...
<N>5</N>
</DS>
</COM>