http://qs1969.pair.com?node_id=47835


in reply to Re: Favorite Descriptive Variable Name
in thread Favorite Descriptive Variable Name

I second mirod on this one! Though, some $scalar, @array or %hash might be quite fun when you have to review your code after a week or two.

<kbd>--
PerlMonger::Paris(http => 'paris.pm.org');</kbd>
  • Comment on Re: Re: Favorite Descriptive Variable Name

Replies are listed 'Best First'.
Re: Re: Re: Favorite Descriptive Variable Name
by stephen (Priest) on Dec 29, 2000 at 04:01 UTC
    Of course, if you want to really mess with people, you could use $hash, @scalar, and %array... :)

    stephen