in reply to Re: Using Scalar In Array Name?
in thread Using Scalar In Array Name?

True, but you really shouldn't use a variable as a variable name unless you're absolutely sure there isn't a better way. That way lies madness. Go with the hash-of-arrays idea instead.

Update: D'oh, scooped by Jim.

Replies are listed 'Best First'.
Re^3: Using Scalar In Array Name?
by Jim (Curate) on Jan 20, 2014 at 00:57 UTC
      I don't think it makes the case strongly enough. I would have linked Dominus's take on this like you did, if I had known where to find it.