in reply to Re^2: list values of specific hash keys
in thread list values of specific hash keys

You don't have a print statement in the snippet you post.

Please, to avoid having people to guess what's wrong with your code, post the right code, the error message you are getting, and anything else that's necessary to reproduce your problem.

Really, if your error is at a print statement, and neither your code snippet nor your description mentions this, you're just wasting everyones time.

  • Comment on Re^3: list values of specific hash keys

Replies are listed 'Best First'.
Re^4: list values of specific hash keys
by sorenjul (Initiate) on Feb 27, 2012 at 21:59 UTC
    Hi

    Sorry for not being clear about the print, but the issue was that I could not generate the combined string and the way I tested it was with print. I think I solve part of the problem by chomp'ing $key before using it and declaring all variables outside the loop.

    \Sorenjul