http://www.perlmonks.org?node_id=347939

freak has asked for the wisdom of the Perl Monks concerning the following question:

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

Replies are listed 'Best First'.
Re: LWP - connection
by Corion (Patriarch) on Apr 25, 2004 at 08:16 UTC

    Of course, this depends on what the website counts as "view".

    The only thing that is sure is, that the website will count this as a page request, because that is the only thing that happens. Some mechanisms count only one page request per IP address as a "view", other mechanisms (try to) set a cookie and only count different cookies as "views". But as long as you don't tell us what counts as a "view", we can't tell you whether an LWP request counts as such.

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