Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Students Rank calculation for the below perl script

by moritz (Cardinal)
on Apr 15, 2008 at 07:25 UTC ( [id://680442]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my ($firstname, $lastname, @marks) = split m/,/, $line;
    
  2. or download this
    $totalmarks = 0;
    $totalmarks += $_ for (@marks);
    
  3. or download this
            foreach $mark(@marks){
               $status=checkpass($mark);
            }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-26 06:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found