in reply to Re: Running a Perl script stored in a variable
in thread Running a Perl script stored in a variable

Oh, thanks a bunch.

I understand the risk of the string contents being incorrect/unsafe. However, the script will be used in a controlled test environment where the string contents would be guaranteed to be correct.

Cheers,
Deiva
  • Comment on Re^2: Running a Perl script stored in a variable

Replies are listed 'Best First'.
Re^3: Running a Perl script stored in a variable
by ww (Archbishop) on Mar 28, 2008 at 17:34 UTC
    Now I'm curious: why would you do this rather than simply running the script?