Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: Arbitrarily Nested HoH

by Limbic~Region (Chancellor)
on Oct 15, 2010 at 21:26 UTC ( [id://865572]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $next = hash_walker(\%data);
    while (my @row = $next->()) {
    ...
            return @row;
        };
    }
    
  2. or download this
    output_hash(\%data);
    
    ...
            print join(',', @row, $k, $v), "\n";
        }
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (3)
As of 2024-04-26 03:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found