Обсуждение: preload perl modules in plperl?

Поиск
Список
Период
Сортировка

preload perl modules in plperl?

От
"David Garamond"
Дата:
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