Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Safe string handling

by tdlewis77 (Sexton)
on Aug 25, 2017 at 17:36 UTC ( [id://1198026]=note: print w/replies, xml ) Need Help??


in reply to Safe string handling

sub min { my $r = shift; map { $r = $_ if $r > $_ } @_; return $r; }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (4)
As of 2024-04-25 06:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found