Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    ...
    my $max_value = $parser->parse( $xml );
    
    print "The max value is: $max_value\n";
    
  2. or download this
    use XML::Rules max_docuid => {
      method => 'parse',
    ...
    };
    #...
    print "The max value is: " . max_docuid($xml) . "\n";