in reply to Re: Re: Hash of hashes question
in thread Hash of hashes question

No. There are supposed to be two close-braces and one close-parenthesis. Let me spell it out:
keys( # take the keys of a hash %{ # dereference a hashref $termservers{ # hash-table lookup $keys } # END hash-table lookup } # END hash dereference ) # END keys(

------------
:Wq
Not an editor command: Wq

Replies are listed 'Best First'.
Re: Re: Re: Re: Hash of hashes question
by hmerrill (Friar) on Oct 22, 2003 at 21:02 UTC
    Sorry, obviously my mistake. Saw that immediately when I just looked at it again :-(
      No, that's cool. I actually should have spelled it out like that in my original reply... would have been more demonstrative of the issue to the original poster.

      ------------
      :Wq
      Not an editor command: Wq