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

Re: Expression form of map or grep

by jcb (Parson)
on Jul 12, 2020 at 03:37 UTC ( [id://11119196]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my %index = map { $_->key => $_ } @objects;
    
  2. or download this
    my %index = map (($_->key => $_), @objects);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (8)
As of 2024-04-23 13:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found