in reply to Re: How to use LWP::Simpe inside a safe compartment?
in thread How to use LWP::Simpe inside a safe compartment?
Thanks for your try, but I didn't get any result with this code either. What should happen is that "googe.com" should be downloaded and printed out...
I tried:
but it gives$safe->share(qw(LWP::Simple::get wget));
which means that LWP::Simple::get tries to load some stuff which is forbidden within the safe compartment.require trapped by operation mask at C:/Perl/5.00503/lib/IO/Socket.pm +line 9.
Nobody any further ideas!?
Best regards,
Christoph Bergmann
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: How to use LWP::Simpe inside a safe compartment?
by Anonymous Monk on Aug 01, 2007 at 17:52 UTC |