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

Re: Iterating over second key in HoH defined by reference

by Laurent_R (Canon)
on Apr 04, 2014 at 18:03 UTC ( [id://1081177]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
        E => { F => 1, G => "3E", H => 5 },
    );
    print "$_->{G} " for (values %hash);
    
  2. or download this
    3A 3D 3C 3E 3B
    
  3. or download this
    print join " ", map {values %{$_}, "-"} values %hash;
    
  4. or download this
    5 1 3A - 5 1 3D - 5 1 3C - 5 1 3E - 5 1 3B -
    

Log In?
Username:
Password:

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

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

    No recent polls found