{
    "content": [
        {
            "type": "text",
            "text": "# HTTP::Cookies::Netscape (perldoc)\n\n## NAME\n\nHTTP::Cookies::Netscape - Access to Netscape cookies files\n\n## SYNOPSIS\n\nuse 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\n## DESCRIPTION\n\nThis is a subclass of \"HTTP::Cookies\" that reads (and optionally writes) Netscape/Mozilla cookie\nfiles.\n\n## Sections\n\n- **NAME**\n- **VERSION**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **CAVEATS**\n- **SEE ALSO**\n- **AUTHOR**\n- **COPYRIGHT AND LICENSE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "HTTP::Cookies::Netscape",
        "section": "",
        "mode": "perldoc",
        "summary": "HTTP::Cookies::Netscape - Access to Netscape cookies files",
        "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 );",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "VERSION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 8,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "CAVEATS",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "COPYRIGHT AND LICENSE",
                "lines": 5,
                "subsections": []
            }
        ],
        "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": []
            }
        }
    }
}