Help for this page

Select Code to Download


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