Thread: PlPerl

PlPerl

From
"Aasmund Midttun Godal"
Date:
1. Is there a plperlu? ... unsafe version of perl?
2. Is it possible to select which packages the plperl should have access to?
3. What exactly can you and can't you do.

Thank you for your attention.

Aasmund Midttun Godal

aasmund@godal.com - http://www.godal.com/
+47 40 45 20 46


Re: PlPerl

From
Alex Pilosov
Date:
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.