Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: How can I change the perl program involving if-elsif-else conditional to get correct result?

by 2teez (Vicar)
on Apr 23, 2012 at 11:03 UTC ( [id://966576]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use warnings;
    ...
         }
        return $init;
      }
    
  2. or download this
    #!/usr/bin/perl
    use warnings;
    ...
    
      my $lar_value=max($a,$b,$c);
      print $lar_value, " is the greatest\n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (3)
As of 2024-04-24 23:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found