Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Sorting data that don't fit in memory

by eg (Friar)
on Jan 24, 2001 at 15:28 UTC ( [id://53938]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @sortamp = sort{ unpack(..., substr(...$a)) <=> unpack(..., substr(
    +...$b) } @$amp_a;
    
  2. or download this
    my @sortamp = sort{ reverse($a) cmp reverse($b) } @$amp_a;
    

Log In?
Username:
Password:

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

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

    No recent polls found