- or download this
for my $para ( $root->children('para') ) {
if ( $para->first_child_matches('get_this') ) {
print $para->first_child('get_this')->att('value');
}
}
- or download this
use strict;
use warnings;
...
}
}
- or download this
Here is XML file
<root>
...
444
555
XXX