HTTP::Cookies::Netscape(3pm) - phpMan

Command: man perldoc info search(apropos)  


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

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

VERSION
       version 6.08

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

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

       See the documentation for HTTP::Cookies.

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.

SEE ALSO
       HTTP::Cookies::Microsoft

AUTHOR
       Gisle Aas <gisle AT activestate.com>

COPYRIGHT AND LICENSE
       This software is copyright (c) 2002-2019 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.

perl v5.30.0                                2019-12-06               HTTP::Cookies::Netscape(3pm)

Generated by $Id: phpMan.php,v 4.55 2007/09/05 04:42:51 chedong Exp $ Author: Che Dong
On Apache
Under GNU General Public License
2024-06-05 21:26 @3.142.121.153 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Valid XHTML 1.0!Valid CSS!