in reply to Re^2: Parsing XML file for more than 1 child element with attributes
in thread Parsing XML file for more than 1 child element with attributes
If you understand how
works, then you should be able to just add an "if" to my code to get what you want. If you don't, or if you don't even know how to do "if", in Perl, you'd better say so.foreach $node ( keys( %{ $tree->{report}->{node} } ) ) { print "$node:VALUES: $tree->{report}->{node}->{$node}->{values}\n"; }
Nobody says perl looks like line-noise any more
kids today don't know what line-noise IS ...
|
|---|