develooper Front page | perl.beginners | Postings from August 2009

Printing a hash of hashes of arrays

Thread Next
From:
Ian
Date:
August 27, 2009 10:43
Subject:
Printing a hash of hashes of arrays
Message ID:
6845b8890908271042x73621c44ldaa4be763d509b6@mail.gmail.com
Pure beginners question.

I'm creating a hash of arrays like this :

$ihash{$3}{$1} = [@itab];

For now I was able to get the data using Dumper but I need to create a
"pretty" report.

How do I loop over this hash/hash of arrays to print it out?


Thank you.

-- 
Ian

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About