Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^4: Unparseability is A Good Thing

by ikegami (Patriarch)
on Aug 27, 2009 at 21:45 UTC ( [id://791755]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use sort '_mergesort';
    my @sorted =
        sort { substr($a, 0, 1) cmp substr($b, 0, 1) }
        qw( foo bar baz );
    
  2. or download this
    package Mod;
    
    ...
    sub baz { print "$baz\n" };
    
    1;
    

Log In?
Username:
Password:

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

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

    No recent polls found