Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: map versus for

by jbert (Priest)
on Aug 05, 2008 at 10:48 UTC ( [id://702315]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    # Populate list with 10 mio numbers
    for (my $i=0; $i<1000_000; $i++) {
        push @results, $i;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (10)
As of 2024-04-16 08:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found