http://www.perlmonks.org?node_id=1012475


in reply to Re^8: Hash Question
in thread Hash Question

hey choroba, I've tried adding curly brackets but i still cannot figure out what the issue is, please help? Thank you

Have you read perlintro?

for ( ... ) { # start something

    for ( ... ) { ... }

} # end something