in reply to
lwp-request problem
Might be a permission problem. Try
LWP::Simple
Comment on
Re: lwp-request problem
Replies are listed 'Best First'.
Re^2: lwp-request problem
by
samnodes
(Initiate)
on Sep 18, 2006 at 21:01 UTC
use LWP::simple; and get() works fine! thanks. But why does it work?
[reply]
In Section
Seekers of Perl Wisdom