logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

HTTP::Cookies::Netscape - Access to Netscape cookies files

Author

Gisle Aas <gisle@activestate.com>

Caveats

Please note that the Netscape/Mozilla cookie file format can't store all the information available in the Set-Cookie2 headers, so you will probably lose some information if you save in this format. At time of writing, this module seems to work fine with Mozilla Phoenix/Firebird.

Description

This is a subclass of "HTTP::Cookies" that reads (and optionally writes) Netscape/Mozilla cookie files. See the documentation for HTTP::Cookies.

Name

HTTP::Cookies::Netscape - Access to Netscape cookies files

See Also

HTTP::Cookies::Microsoft

Synopsis

use LWP; use HTTP::Cookies::Netscape; $cookie_jar = HTTP::Cookies::Netscape->new( file => "c:/program files/netscape/users/ZombieCharity/cookies.txt", ); my $browser = LWP::UserAgent->new; $browser->cookie_jar( $cookie_jar );

Version

version 6.11

See Also