Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Arbitrarily Nested HoH

by Limbic~Region (Chancellor)
on Oct 15, 2010 at 00:49 UTC ( [id://865376]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    for my $let (keys %hash) {
        for my $num (keys %{$hash{$let}}) {
    ...
            }
        }
    }
    
  2. or download this
    output_hash(\%data, []);
    
    ...
            pop @$item;
        }
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://865376]
Approved by muba
Front-paged by muba
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (8)
As of 2024-04-19 08:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found