Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^4: Print the line with the largest number from standard input

by haukex (Archbishop)
on Jul 30, 2019 at 17:34 UTC ( [id://11103628]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    defined( my $l_max = max /$RE{num}{real}/g ) or next LINE;
    ($f_max,$f_max_line) = ($l_max,$_) if !defined$f_max || $l_max>$f_max;
    

Log In?
Username:
Password:

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

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

    No recent polls found