On Mon, 8 Oct 2001, Aasmund Midttun Godal wrote:
> 1. Is there a plperlu? ... unsafe version of perl?
In 7.2, there will be. In 7.1, you have to apply patches manually.
> 2. Is it possible to select which packages the plperl should have access to?
In 7.2, plperlu can do anything. plperl in either version is very
restricted. (use Safe qw(:default :math))
> 3. What exactly can you and can't you do.
See above.