in reply to Retrieving data from multidimensional hashes
will print out the whole tree view of the hash.use strict; use warnings; use Data::Dumper; print Dumper(%hash);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Retrieving data from multidimensional hashes
by FunkyMonk (Bishop) on Aug 11, 2008 at 23:02 UTC |