... my $t= XML::Twig->new( twig_handlers => { 'CustDetails' => sub { $_->first_child('CustomerId')->text(), } } ) ->parse($test_xml); warn Dumper $t;