Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
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 scrutinizing the Monastery: (4)
As of 2024-04-25 21:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found