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

Re^2: I think Perl ruined me as a programmer

by mreece (Friar)
on Nov 24, 2007 at 00:51 UTC ( [id://652692]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub min {
        my $min = shift;
    ...
    @a = (10, 5, 8, 2, 1, -4);
    $min = min(@a);
    print "min of @a is $min\n";
    

Log In?
Username:
Password:

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

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

    No recent polls found