in reply to Re: How to make LWP::Simple use a proxy?
in thread How to make LWP::Simple use a proxy?

This node falls below the community's minimum standard of quality and will not be displayed.
  • Comment on Re: Re: How to make LWP::Simple use a proxy?

Replies are listed 'Best First'.
Re: Re: Re: How to make LWP::Simple use a proxy?
by Tomte (Priest) on May 04, 2004 at 16:48 UTC

    Yes! LWP::Simple is easier to use ;-P

    Again from the pod:

    This module is meant for people who want a simplified view of the libwww-perl library. It should also be suitable for one-liners. If you need more control or access to the header fields in the requests sent and responses received, then you should use the full object-oriented interface provided by the "LWP::UserAgent" module.

    Meaning: It's a wrapper around LWP::UserAgent, simplifying it's use for simple cases...

    regards,
    tomte


    An intellectual is someone whose mind watches itself.
    -- Albert Camus

    A reply falls below the community's threshold of quality. You may see it by logging in.