Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Re: playing with map

by merlyn (Sage)
on Mar 09, 2001 at 23:18 UTC ( [id://63316]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    @new = ();
    for (@old) {
      push @new, act_on($_);
    }
    
  2. or download this
    @old = (10..20);
    sub act_on {
      return 1..$_;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (2)
As of 2024-04-26 00:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found