{
    "content": [
        {
            "type": "text",
            "text": "# CGI::Simple::Util (perldoc)\n\n## NAME\n\nCGI::Simple::Util - Internal utilities used by CGI::Simple module\n\n## SYNOPSIS\n\n$escaped     = escapeHTML('In HTML you need to escape < > \" and & chars');\n$unescaped   = unescapeHTML('&lt;&gt;&quot;&amp;');\n$urlencoded = escape($string);\n$decoded     = unescape($urlencoded);\n\n## DESCRIPTION\n\nCGI::Simple::Util contains essentially non public subroutines used by CGI::Simple. There are\nHTML and URL escape and unescape routines that may be of some use.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **AUTHOR INFORMATION**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "CGI::Simple::Util",
        "section": "",
        "mode": "perldoc",
        "summary": "CGI::Simple::Util - Internal utilities used by CGI::Simple module",
        "synopsis": "$escaped     = escapeHTML('In HTML you need to escape < > \" and & chars');\n$unescaped   = unescapeHTML('&lt;&gt;&quot;&amp;');\n$urlencoded = escape($string);\n$decoded     = unescape($urlencoded);",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "AUTHOR INFORMATION",
                "lines": 9,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "CGI::Simple::Util - Internal utilities used by CGI::Simple module\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "$escaped     = escapeHTML('In HTML you need to escape < > \" and & chars');\n$unescaped   = unescapeHTML('&lt;&gt;&quot;&amp;');\n$urlencoded = escape($string);\n$decoded     = unescape($urlencoded);\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "CGI::Simple::Util contains essentially non public subroutines used by CGI::Simple. There are\nHTML and URL escape and unescape routines that may be of some use.\n\nAn internal object is used to store a number of system specific details to enable the escape\nroutines to be accurate.\n",
                "subsections": []
            },
            "AUTHOR INFORMATION": {
                "content": "Original version copyright 1995-1998, Lincoln D. Stein. All rights reserved. Originally\ncopyright 2001 Dr James Freeman <jfreeman@tassie.net.au> This release by Andy Armstrong\n<andy@hexten.net>\n\nThis library is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself.\n\nAddress bug reports and comments to: andy@hexten.net\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "CGI::Simple\n",
                "subsections": []
            }
        }
    }
}