Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^3: Map Vs Foreach

by cdarke (Prior)
on Nov 26, 2009 at 09:59 UTC ( [id://809519]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @arr1 = map { push @arr1, ($_+ 2) } @data;
    
  2. or download this
    sub mapsub {
        my @arr;
        
        @arr = map { ($_ + 2) } @data;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (3)
As of 2024-04-20 04:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found