Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: Slicing a hash reference from a collection of hash references within a hash reference

by muba (Priest)
on Oct 08, 2015 at 02:27 UTC ( [id://1144131]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $some_object->one_method->other_method( [map { ... } map {...} @$sourc
    +e_aref] )
    
  2. or download this
    $some_object->one_method->other_method( [
       map {
    ...
          ...
       } @$source_aref
    ]);
    
  3. or download this
    use subs qw(
        fribble_aref
    ...
    sub frobble_aref {
        return [map { ... } @{+shift}];
    }
    

Log In?
Username:
Password:

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

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

    No recent polls found