Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: min and mindex

by rjt (Curate)
on Nov 06, 2012 at 17:28 UTC ( [id://1002536]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/opt/local/bin/perl
    use strict;
    use warnings;
    ...
    my $mindex = firstidx { $_ eq $min } @array1;
    
    print "min = $min, mindex = $mindex, array2[$mindex] = $array2[$mindex
    +]\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (4)
As of 2024-04-25 13:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found