Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

TIMTOWTDI, synergy

by John M. Dlugosz (Monsignor)
on Jun 02, 2009 at 18:49 UTC ( [id://767727]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub max (::Type *$first,  Type *@rest --> Type) { ... }
    
  2. or download this
    sub max (
       ::Type *$first,  Type *@rest # one or more values in list context
       :&compare:(Type $, Type $ --> Bool) = &[less]   # function, with de
    +fault
       --> Type)   # returns the same type as the arguments
    { ... }
    
  3. or download this
    my $comp = { length($^left) > length($^right) }
    my $result = max @values :compare<$comp>;    # use adverb syntax
    

Log In?
Username:
Password:

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

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

    No recent polls found