in reply to Re^2: Help looping through hash
in thread Help looping through hash

This was the fix

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
After all this is over, all that will really have mattered is how we treated each other.