dbmathis has asked for the wisdom of the Perl Monks concerning the following question:
I can't seem to get into the second for loop.. Does anyone see my problem?
sub get_rc_site_information { for my $instance ( keys %site_information ) { print $instance; for my $schema ( keys %{ $site_information->{ $instance } } ) +{ print $schema; my $channel_query = qq(select
Instance1Instance2 $VAR1 = { 'Instance1' => { 'schema1' => { 'tomcat' => 'aus02tc085' } }, 'Instance2' => { 'schema1' => { 'tomcat' => 'aus02tc032' }, 'schema2' => { 'tomcat' => 'aus02tc087'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Help looping through hash
by ikegami (Patriarch) on May 14, 2011 at 00:38 UTC | |
by dbmathis (Scribe) on May 14, 2011 at 00:44 UTC | |
by ikegami (Patriarch) on May 14, 2011 at 03:49 UTC | |
by dbmathis (Scribe) on May 14, 2011 at 01:03 UTC |