in reply to Re: Re: How to use LWP::Simpe inside a safe compartment?
in thread How to use LWP::Simpe inside a safe compartment?
Take a look at http://perldoc.perl.org/Safe.html. You probably want to do a safe->permit('require').
I can't say that it will make your program work, but it will get you past that particular error.