Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Re: Re: Optimizing the bejeezus out of a sub

by IlyaM (Parson)
on Jun 24, 2003 at 08:55 UTC ( [id://268427]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # adds 1 to all elements of array
    foreach my $elem (@arr) {
        $elem ++;
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found