Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: how to sort this?

by salva (Canon)
on Mar 25, 2006 at 11:19 UTC ( [id://539171]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Sort::Key::Maker iikeysort => qw(integer integer);
    @sorted = iikeysort { /^(\d+)x(\d+)$/ } @a;
    
  2. or download this
    use Sort::Key::Multi 'iikeysort';
    @sorted = iikeysort { /^(\d+)x(\d+)$/ } @a;
    
  3. or download this
    use Sort::Key::Multi 'isikeysort';
    @sorted = isikeysort { /^(\d+)(\w+)(\d+)$/ } @a;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (3)
As of 2024-04-18 00:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found