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

Re: Accessing/Printing Complex Data Structure

by graff (Chancellor)
on Apr 12, 2003 at 03:19 UTC ( [id://250019]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    foreach my $img ( sort keys %images ) {
       foreach ( @{$images{$img}} ) {   # this is line 11
          ...
    
  2. or download this
    'intra-d_1050044970' => {
                      'frags' => [
                                  ....
    
  3. or download this
    foreach my $img ( keys %images ) {
       foreach my $typ ( keys %{$images{$img}} ) {
           ... # next layer -- content of $images{$img}{$typ} -- depends o
    +n value of $typ:
           ... # 'frac' has AoAoH
           ... # others have just a hash
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-23 13:45 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found