Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^2: Finding max value from a unique tag from XML

by Jenda (Abbot)
on Nov 25, 2012 at 03:46 UTC ( [id://1005460]=note: print w/replies, xml ) Need Help??

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";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1005460]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (7)
As of 2024-03-28 19:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found