http://qs321.pair.com?node_id=164792


in reply to Re: Embedding cookies in requests
in thread Embedding cookies in HTTP requests

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

Replies are listed 'Best First'.
Re: Re: Re: Embedding cookies in requests
by Fletch (Bishop) on May 07, 2002 at 19:31 UTC

    Perhaps if you read the documentation harder, you'd see that HTTP::Cookies has a set_cookie method which allows you to add cookies to a jar dynamically. You then use add_cookie_header to add the correct headers to a request object.

    And Perl for Dummies wouldn't help you either if you read it half as well as you've apparently read the HTTP::Cookies and LWP documentation.