plperl/plperlu A perl language extension for use within the PostgreSQL object relational database for creating user defined functions.
plperl and plperlu are procedural language extensions that can be used within the PostgreSQL object relational database for creating user-defined functions.
plperl uses a restricted subset of the full perl language functionality to enable a more security aware set of the perl language features for use within PostgreSQL.
plperlu is an less restrictive feature set of the perl language for use within PostgreSQL. plperlu allows the use of feature such as external modules and filesystem access. The use of plperlu should be carefully reviewed for security conscious environments.