Thread

  1. PlPerl

    Aasmund Midttun Godal <postgresql@envisity.com> — 2001-10-08T00:48:17Z

    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
    
    
  2. Re: PlPerl

    Alex Pilosov <alex@pilosoft.com> — 2001-10-08T02:49:25Z

    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.