Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: Sorting by numbers

by mp (Deacon)
on Aug 14, 2002 at 18:52 UTC ( [id://190191]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
       # sort numerically ascending
       @articles = sort {$a <=> $b} @files;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://190191]
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-18 23:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found