Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: map2 {} grep2 {} ...

by ikegami (Patriarch)
on Jul 14, 2011 at 16:37 UTC ( [id://914386]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %h_prefixed = map2 { ($_[0], "p".$_[1]) } %h;
    
  2. or download this
    my %h_prefixed = %h;
    $_ = "p$_" for values %h_prefixed;
    

Log In?
Username:
Password:

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

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

    No recent polls found