in reply to Re: Variable name
in thread Variable name
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).
|
|---|