in reply to Declaring and initializing a hash with a list of keys and a list of values

This gets points for being twisted, but it still goes on my "Kids, don't try this before a code review" list. The benefit you get from being able to the the declaration and initialization in one statement is outweighed by the wetware pessimization of making the reader dig to see the my.
  • Comment on (dws)Re: Declaring and initializing a hash with a list of keys and a list of values
  • Download Code

Replies are listed 'Best First'.
Re: (dws)Re: Declaring and initializing a hash with a list of keys and a list of values
by merlyn (Sage) on May 15, 2001 at 22:24 UTC