{
    "mode": "perldoc",
    "parameter": "HTTP::Cookies::Netscape",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/HTTP%3A%3ACookies%3A%3ANetscape/json",
    "generated": "2026-06-11T10:10:21Z",
    "synopsis": "use LWP;\nuse HTTP::Cookies::Netscape;\n$cookiejar = HTTP::Cookies::Netscape->new(\nfile => \"c:/program files/netscape/users/ZombieCharity/cookies.txt\",\n);\nmy $browser = LWP::UserAgent->new;\n$browser->cookiejar( $cookiejar );",
    "sections": {
        "NAME": {
            "content": "HTTP::Cookies::Netscape - Access to Netscape cookies files\n",
            "subsections": []
        },
        "VERSION": {
            "content": "version 6.10\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use LWP;\nuse HTTP::Cookies::Netscape;\n$cookiejar = HTTP::Cookies::Netscape->new(\nfile => \"c:/program files/netscape/users/ZombieCharity/cookies.txt\",\n);\nmy $browser = LWP::UserAgent->new;\n$browser->cookiejar( $cookiejar );\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This is a subclass of \"HTTP::Cookies\" that reads (and optionally writes) Netscape/Mozilla cookie\nfiles.\n\nSee the documentation for HTTP::Cookies.\n",
            "subsections": []
        },
        "CAVEATS": {
            "content": "Please note that the Netscape/Mozilla cookie file format can't store all the information\navailable in the Set-Cookie2 headers, so you will probably lose some information if you save in\nthis format.\n\nAt time of writing, this module seems to work fine with Mozilla Phoenix/Firebird.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "HTTP::Cookies::Microsoft\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "Gisle Aas <gisle@activestate.com>\n",
            "subsections": []
        },
        "COPYRIGHT AND LICENSE": {
            "content": "This software is copyright (c) 2002 by Gisle Aas.\n\nThis is free software; you can redistribute it and/or modify it under the same terms as the Perl\n5 programming language system itself.\n",
            "subsections": []
        }
    },
    "summary": "HTTP::Cookies::Netscape - Access to Netscape cookies files",
    "flags": [],
    "examples": [],
    "see_also": []
}