warn Dumper $t; #### 'CustDetails' => sub { $_->first_child('CustomerId')->text(), } #### 'CustDetails' => sub { print "The first customer has the following details: " . $_->first_child('CustomerId')->text(), }