Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re^3: min and mindex

by Kenosis (Priest)
on Nov 06, 2012 at 19:07 UTC ( [id://1002561]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print 'The position(s) of ', $array1Min, ' in @array1: ', "$positions.
    +\n";
    
    print 'The element(s) in @array2 at position(s) ', "$positions: $eleme
    +nts.";
    
  2. or download this
    The minimum value in @array1 is 1.
    The position(s) of 1 in @array1: 2, 4.
    The element(s) in @array2 at position(s) 2, 4: c, e.
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (6)
As of 2024-04-19 11:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found