in reply to Re^2: plperl (postgreSQL perl) get url function
in thread plperl (postgreSQL perl) get url function

> ERROR: Unable to load LWP/Simple.pm into plperl at line 4.

see lib for details

I've never worked with such postgres exetensions, probably they have been deliberately disabled by your server's admin.

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery FootballPerl is like chess, only without the dice

Replies are listed 'Best First'.
Re^4: plperl (postgreSQL perl) get url function
by marchello (Novice) on May 28, 2019 at 16:25 UTC
    Looks like plperl extension does not allow all this stuff like LWP::Simple. Though plperlu (perl unrestricted) extension would allow it, but it is not available in Amazon RDS. Thanks for help anyway.