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

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

by supriyoch_2008 (Monk)
on Dec 12, 2012 at 07:43 UTC ( [id://1008463]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl  
    use warnings;
    ## To find lowest value and to call by reference:  
    ...
    # To extract corresponding animal name from Array names:  
    print"\n The animal names are (should be Cow & Rat): ".$names[$i]."\n"
    +; 
    exit;
    
  2. or download this
    C:\Users\x>cd desktop
    C:\Users\x\Desktop>key1.pl
    
    ...
     Positions of Lowest Value(2)= 4 (should be 2 & 4)
    
     The animal names are (should be Cow & Rat): Rat
    
  3. or download this
    Lowest value= 2
    
    Positions of Lowest Value(2)= 2  4 (should be 2 & 4)
    
    The animal names are (should be Cow & Rat): Cow Rat
    

Log In?
Username:
Password:

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

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

    No recent polls found