in reply to cookies using lwp simple get command

Sounds like you need LWP::UserAgent's cookie_jar() method. You can use this to get/set, cookies (HTTP::Cookies object).

Replies are listed 'Best First'.
Re: Re: cookies using lwp simple get command
by inman (Curate) on Sep 03, 2003 at 14:59 UTC

    Using the HTTP::Cookies::Netscape subclass will allow you to store / retrieve your cookies in a Netscape compatible file. This can be a mechanism for using existing cookies (from your Netscape browser) or creating a cookie file that can be read by other programs.

    Inman