Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Re: Play golf on an array of hashrefs

by mephit (Scribe)
on Jun 10, 2002 at 21:37 UTC ( [id://173312]=note: print w/replies, xml ) Need Help??


in reply to Re: Play golf on an array of hashrefs
in thread Play golf on an array of hashrefs

Actually, the use of $elem in the map won't work, as the OP used $elem as the "alias" variable in the foreach loop. There is no alias in this map.
$> perl -e '@array=({mykey=>foo}, {mykey=>bar}), @out = map{ $$elem{my +key} } @array; print @out;' $>
Use $_ instead, as Joost or Abigail suggested.

--

There are 10 kinds of people -- those that understand binary, and those that don't.

Log In?
Username:
Password:

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

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

    No recent polls found