ScOut3R has asked for the wisdom of the Perl Monks concerning the following question:
But it says that:sub print_host_config { print Dumper($host_configref); foreach my $key ( sort keys %$host_configref ) { print "$key.\n"; print "Host = $host_configref->{$key}{cmd}\n"; } }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: print hash of hashes with a reference
by FunkyMonk (Bishop) on Aug 16, 2008 at 21:02 UTC | |
by ScOut3R (Sexton) on Aug 16, 2008 at 21:12 UTC | |
by toolic (Bishop) on Aug 16, 2008 at 21:19 UTC | |
by FunkyMonk (Bishop) on Aug 16, 2008 at 21:19 UTC | |
by shmem (Chancellor) on Aug 16, 2008 at 21:28 UTC | |
by broomduster (Priest) on Aug 16, 2008 at 21:24 UTC | |
by ScOut3R (Sexton) on Aug 16, 2008 at 21:51 UTC |