- or download this
use strict;
use warnings;
...
my $config = $twig->parsefile('invoice2.xml')->simplify();
print Dumper( $config);
- or download this
<Invoices>
<Invoice>
...
</InvoiceDetails>
</Invoice>
</Invoices>
- or download this
use strict;
use warnings;
...
# ...
# You got the idea, yes?
}