Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: complex sort

by grinder (Bishop)
on Dec 25, 2001 at 03:09 UTC ( [id://134245]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sort {...} chomp <DATA>;
    
  2. or download this
    print       
        map {
            substr( $_, 16 )    
    ...
                : ('x' x 16) . $_
        }
        <DATA>;
    
  3. or download this
    sub part_sort {
        ...
    }
    sort part_sort <DATA>;
    
  4. or download this
    print sort part_sort <DATA>;
    

Log In?
Username:
Password:

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

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

    No recent polls found