Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: Array sort - kind of...

by wog (Curate)
on Feb 04, 2002 at 00:57 UTC ( [id://143135]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $min_i = 0;
    foreach my $i (1..$#array) {
      $min_i = $i if $array[$i]->[2] < $array[$min_i]->[2];
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (7)
As of 2024-04-25 15:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found