Thread: preload perl modules in plperl?

preload perl modules in plperl?

From
"David Garamond"
Date:
How do I "preload" perl modules so they are available in trusted pl/perl? The modules I want to use are not dangerous, they are typically utility routines like HTML::Entities, URI::Escape, and the like. Do I have to resort to plperlu for this and invoke "use HTML::Entities;" directly in the pl function body?

Regards,
dave