Home

HTTP::Cookies::Netscape(3pm)

HTTP::Cookies::Netscape(3pm)User Contributed Perl DocumentationHTTP::Cookies::Netscape(3pm)

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

version 6.10

 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 );

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

See the documentation for HTTP::Cookies.

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.

HTTP::Cookies::Microsoft

Gisle Aas <[email protected]>

This software is copyright (c) 2002 by Gisle Aas.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

2021-01-06perl v5.32.0