Help for this page

Select Code to Download


  1. or download this
    my @trips= $p->findnodes( '//table[@id="tblFYCXML_Itin"]');
    
    ...
    # If not, try it:
    
    print "There is/are ", scalar(@trips), " nodes in \@trips.\n";
    
  2. or download this
    
    
    ...