Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: How can one call the lowest value of an array by reference?

by Athanasius (Archbishop)
on Dec 12, 2012 at 08:05 UTC ( [id://1008468]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #! perl
    use Modern::Perl;
    ...
        printf "Lowest value: %d, index: %d, corresponding name: %s\n",
                $min_val, $_, $names[$_];
    }
    
  2. or download this
    18:01 >perl 429_SoPW.pl
    Lowest value: 2, index: 2, corresponding name: Cow
    Lowest value: 2, index: 4, corresponding name: Rat
    
    18:03 >
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (3)
As of 2024-03-29 02:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found