in reply to Re: Retrieving web pages with the LWP::UserAgent
in thread Retrieving web pages with the LWP::UserAgent

Thanks for the advice. Does it work similarly to the LWP::UserAgent?
  • Comment on Re^2: Retrieving web pages with the LWP::UserAgent

Replies are listed 'Best First'.
Re: Retrieving web pages with the LWP::UserAgent
by b10m (Vicar) on Sep 06, 2006 at 13:35 UTC

    It uses LWP::UserAgent, yes, only (as you can see), it a lot easier to work with. The code above is basically all you need ;-)

    --
    b10m

    All code is usually tested, but rarely trusted.