Help for this page

Select Code to Download


  1. or download this
    <?xml version="1.0"?>
    <quotelist>
    ...
        <source>Thomas Jefferson</source>
      </quotation>
    </quotelist>
    
  2. or download this
    use warnings;
    use strict;
    ...
    my $result = $doc->find( $xpath );
    print Dumper $result->string_value;
    exit 0;