in reply to lwp-request problem

Might be a permission problem. Try LWP::Simple

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?