Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Slicing multilevel hashes

by bobf (Monsignor)
on Apr 07, 2005 at 17:14 UTC ( [id://445793]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    # do I have to resort to this?
    print join( ' ', map{ $_->{d} } @hoh{@keys} ), "\n"; # a4 c4
    
  2. or download this
    # yikes!!
    print join( ' ', @hoh{@keys}{@keys} ), "\n"; # a1 a3 c1 c3 ??
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://445793]
Approved by kvale
Front-paged by dmitri
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-19 09:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found