Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Schwartzian Transform

by I0 (Priest)
on Jan 02, 2001 at 18:06 UTC ( #49288=note: print w/replies, xml ) Need Help??


in reply to Schwartzian Transform

You probably meant @temp = sort { $a->[0] <=> $b->[0] } @temp;

Although, given a @temp array, it benchmarks faster to do
@temp = map { length $_ } @strings; @sorted = @strings[sort{$temp[$a]<=>$temp[$b]} $[..$#temp];

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others contemplating the Monastery: (1)
As of 2023-09-22 17:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?