Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

(Ovid) Re: complex sort

by Ovid (Cardinal)
on Dec 25, 2001 at 03:58 UTC ( [id://134250]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
              $ra  cmp $rb      || # this is number.  Shouldn't this be <=
    +> ?
    
  2. or download this
    #!/usr/bin/perl -wl
    use strict;
    ...
        @data = @data[ 6, 5, 0, 1, 2, 4, 3 ];
        return \@data;
    }
    
  3. or download this
    C:\>perl test.pl
    Benchmark:
    ...
         mkmcconn: 69 wallclock secs (68.61 usr +  0.00 sys = 68.61 CPU) @
    + 72.88/s (n=5000)
    
          Ovid: 32 wallclock secs (32.68 usr +  0.00 sys = 32.68 CPU) @ 15
    +3.00/s (n=5000)
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (1)
As of 2024-04-26 02:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found