|
|
| more useful options | |
| PerlMonks |
How to use LWP::Simpe inside a safe compartment?by Anonymous Monk |
| on Nov 22, 2001 at 15:04 UTC ( [id://126978]=perlquestion: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi, I want to use LWP::Simple inside a safe compartment created with the Safe Module. But it ends up with errors like "Can't locate object method "new" via package "LWP::UserAgent" at line... or "Require trapped by operation mask..." Here is how the code looks like (shortened ;-) ): (There is a reason why I use "wget" instead of "get" directly because I have already a subroutine with the name "get" elsewhere) I tried some other things but they all didn't work. Does anybody know how to use LWP::Simple::get inside a save compartment? Thanks in advance, best regards, Christoph Bergmann
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||