in reply to
evaluating syntax of code blocks (code)
If you're concerned about malicious code, you might consider
use Safe;
to run the code in a sandbox with the more 'dangerous' ops disabled.
Comment on
Re: evaluating syntax of code blocks (code)
In Section
Seekers of Perl Wisdom