--- David Whipp <[EMAIL PROTECTED]> wrote: >
Kv Org [mailto:[EMAIL PROTECTED]] wrote
> > I believe Perl6 needs a facility to run
> > "compartmented" code (object-oriented and
> > module-loading) that is tagged as to its
> permissions
> > and "
--- David Whipp <[EMAIL PROTECTED]> wrote: >
Kv Org [mailto:[EMAIL PROTECTED]] wrote
> > I believe Perl6 needs a facility to run
> > "compartmented" code (object-oriented and
> > module-loading) that is tagged as to its
> permissions
> > and "
I have always longed for a more flexible security
system that could limit what a part of code could do
in Perl.
In perl5 Safe.pm (and Safe::Hole) have serious
limitations and problems since it is difficult to have
the security-limited code (that executes in a safe
compartment) have use packages