{
    "content": [
        {
            "type": "text",
            "text": "# CGI::Pretty (perldoc)\n\n## NAME\n\nCGI::Pretty - module to produce nicely formatted HTML code  CGI::Pretty IS DEPRECATED It will be removed from the CGI distribution in a future release, so you should no longer use it and remove it from any code that currently uses it.  For now it has been reduced to a shell to prevent your code breaking, but the \"pretty\" functions will no longer output \"pretty\" HTML.\n\n## Sections\n\n- **NAME**\n- **Alternatives**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "CGI::Pretty",
        "section": "",
        "mode": "perldoc",
        "summary": "CGI::Pretty - module to produce nicely formatted HTML code  CGI::Pretty IS DEPRECATED It will be removed from the CGI distribution in a future release, so you should no longer use it and remove it from any code that currently uses it.  For now it has been reduced to a shell to prevent your code breaking, but the \"pretty\" functions will no longer output \"pretty\" HTML.",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 9,
                "subsections": []
            },
            {
                "name": "Alternatives",
                "lines": 18,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "CGI::Pretty - module to produce nicely formatted HTML code\n\nCGI::Pretty IS DEPRECATED\nIt will be removed from the CGI distribution in a future release, so you should no longer use it\nand remove it from any code that currently uses it.\n\nFor now it has been reduced to a shell to prevent your code breaking, but the \"pretty\" functions\nwill no longer output \"pretty\" HTML.\n",
                "subsections": []
            },
            "Alternatives": {
                "content": "HTML::HTML5::Parser + HTML::HTML5::Writer + XML::LibXML::PrettyPrint:\n\nprint HTML::HTML5::Writer->new(\nstarttags => 'force',\nendtags   => 'force',\n)->document(\nXML::LibXML::PrettyPrint->newforhtml( indentstring => \"\\t\" )\n->prettyprint(\nHTML::HTML5::Parser->new->parsestring( $htmlstring )\n)\n);\n\nMarpa::R2::HTML (see the htmlfmt script for examples)\n\nHTML::Tidy\n\nHTML::Parser\n",
                "subsections": []
            }
        }
    }
}