in reply to Re: Dynamically Building Variable Names
in thread Dynamically Building Variable Names

No. Don't do that. You really don't want to do that. Really not. Don't let your data become code, or code become data. That's the way to harder bugs to debug, or potential security holes.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on Re^2: Dynamically Building Variable Names