in reply to Re: Variable name
in thread Variable name

In the OP's defense, there are still plenty of uses for symbolic references. Especially when you're building code that generates functions / classes / packages.

Symbolic refs are notoriously easy to get wrong, but perl's code-generation constructs are only just about adequate, and it's usually a case of either using symbolic refs or eval STRING, and eval STRING is usually just too messy (and slow).