- or download this
use strict;
use warnings;
...
print( Dumper( $tree ) );
print( $xs->XMLout( $tree ) );
- or download this
$ perl a.pl 1
$VAR1 = {
...
<ACCOUNT></ACCOUNT>
<RTN></RTN>
</BILLING>
- or download this
$ perl a.pl 0
$VAR1 = {
...
<ACCOUNT></ACCOUNT>
<RTN></RTN>
</BILLING>