Help for this page

Select Code to Download


  1. or download this
    my $sesxp = XML::XPath->new(otherfilename => $SESXML);
    print 'SESXML: ' . $xp . "\n";
    
  2. or download this
    print 'SESXML: ', $xp, "\n";
    
  3. or download this
    print "SESXML: $xp\n";