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

Re^5: Dangerous Names

by Anonymous Monk
on Dec 18, 2008 at 13:39 UTC ( [id://731245]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    
    D:\>perl -we"print for sort { warn qq,($a)($b),; $a <=> $b } 2, 1, 4 ,
    + undef, undef, 3, 'nan','nan','inf','inf'"
    ...
    nannaninfinf1234
    
  2. or download this
    D:\>perl -e"print sort { $a <=> $b } undef, 1, undef, 2"
    12
    D:\>perl -e"print sort { $a <=> $b;undef } undef, 1, undef, 2"
    Sort subroutine didn't return a numeric value at -e line 1.
    

Log In?
Username:
Password:

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

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

    No recent polls found