in reply to Re^2: pl script in webserver
in thread pl script in webserver

The failure on x::x was just to show you how a failure would printout. You can ignore it.

JSON loaded fine for you. On mine loading JSON also loads JSON::XS. Yours didnt.

Try the one below at Re: pl script in webserver and enter JSON::XS into the box. Add JSON::PP too. I bet it shows a failure on JSON::XS, that means you dont have JSON::XS. If it doesnt show a failure on JSON:PP use that instead.

Edit to add: Interesting that LWP::UserAgent didnt fail, but didnt add anything either, as if it was already loaded for some reason.

Replies are listed 'Best First'.
Re^4: pl script in webserver
by bigup401 (Pilgrim) on Apr 09, 2017 at 11:05 UTC

    i finally fixed it. but we really lack good hosting isp for perl. i had to buy vps and host the script myself. most isp they employe php javascript lets say web developers. when it comes to perl or python errors and modules. they act innocent. and they dont give root access for the account to fix. lol for security purpose