Help for this page
warn Dumper $t;
'CustDetails' => sub { $_->first_child('CustomerId')->text(), }
'CustDetails' => sub { print "The first customer has the following det +ails: " . $_->first_child('CustomerId')->text(), }