in reply to Re^3: Parsing XML
in thread Parsing XML
... my $t= XML::Twig->new( twig_handlers => { 'CustDetails' => sub { $_->first_child('C +ustomerId')->text(), } } ) ->parse($test_xml); warn Dumper $t;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: Parsing XML
by Corion (Patriarch) on Sep 02, 2016 at 16:37 UTC |