Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^7: top ten things every Perl hacker should know

by salva (Canon)
on Mar 20, 2006 at 15:55 UTC ( [id://537974]=note: print w/replies, xml ) Need Help??


in reply to Re^6: top ten things every Perl hacker should know
in thread top ten things every Perl hacker should know

We sort of have a sort_by method in Sort::Maker. But I've never liked the api

you should try Sort::Key, it has a very simple API and it's faster and uses less memory than any other perl sorting technique:

use Sort::Key qw(keysort); my @sorted = keysort { genkey($_) } @data;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-04-25 18:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found