Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: Ternary vs. Sort vs. Max

by QM (Parson)
on Aug 10, 2015 at 15:55 UTC ( [id://1138057]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use macro add => sub{ $_[0] + $_[1] };
              say => sub{ print @_, "\n"};
    say(add(1, 3)); # it's replaced into 'print do{ (1) + (3) }, "\n";'
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (3)
As of 2024-04-20 01:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found