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

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

by mreece (Friar)
on Nov 24, 2007 at 00:51 UTC ( #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? | Other CB clients
Other Users?
Others wandering the Monastery: (2)
As of 2023-05-28 00:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?