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