in reply to Re: Re: Referencing to a hash inside a hash of hashes.
in thread Referencing to a hash inside a hash of hashes.

Actually, no. I don't see how they will cause problems later, but $hash{do}, $hash{time}, $hash{__PACKAGE__}, etc. are valid and use the keys "do", "time", and "__PACKAGE__", respectively (unless you have a really old copy of Perl).

        - tye (but my friends call me "Tye")
  • Comment on (tye)Re: Referencing to a hash inside a hash of hashes.