in reply to Require everything between innermost <code></code> tags to compile.
Also, there's really no way to do this safely. Compilation of code can always involve arbitrary execution of code, thanks to BEGIN blocks. Which means the compilation would have to be in a Safe compartment, and there's issues around that. Big issues.
-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Require everything between innermost <code></code> tags to compile.
by Aristotle (Chancellor) on Aug 02, 2003 at 21:19 UTC | |
by MrNobo1024 (Hermit) on Aug 02, 2003 at 22:34 UTC | |
by diotalevi (Canon) on Aug 02, 2003 at 23:41 UTC | |
by liz (Monsignor) on Aug 02, 2003 at 21:27 UTC | |
by Aristotle (Chancellor) on Aug 03, 2003 at 04:24 UTC | |
by liz (Monsignor) on Aug 03, 2003 at 07:55 UTC |