in reply to Re^2: Require everything between innermost <code></code> tags to compile.
in thread Require everything between innermost <code></code> tags to compile.

For one, there's no protection against using up tons of memory. Someone could easily write code like "my @foo = 1..1e6; while(1) { push @foo, @foo }" and Safe will allow it.

--MrNobo1024
s]]HrLfbfe|EbBibmv]e|s}w}ciZx^RYhL}e^print

  • Comment on Re: Re^2: Require everything between innermost <code></code> tags to compile.