{
    "content": [
        {
            "type": "text",
            "text": "# ExtUtils::Constant::Utils (perldoc)\n\n## NAME\n\nExtUtils::Constant::Utils - helper functions for ExtUtils::Constant\n\n## SYNOPSIS\n\nuse ExtUtils::Constant::Utils qw (Cstringify);\n$Ccode = Cstringify $stuff;\n\n## DESCRIPTION\n\nExtUtils::Constant::Utils packages up utility subroutines used by ExtUtils::Constant,\nExtUtils::Constant::Base and derived classes. All its functions are explicitly exportable.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **USAGE**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "ExtUtils::Constant::Utils",
        "section": "",
        "mode": "perldoc",
        "summary": "ExtUtils::Constant::Utils - helper functions for ExtUtils::Constant",
        "synopsis": "use ExtUtils::Constant::Utils qw (Cstringify);\n$Ccode = Cstringify $stuff;",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "USAGE",
                "lines": 8,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "ExtUtils::Constant::Utils - helper functions for ExtUtils::Constant\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use ExtUtils::Constant::Utils qw (Cstringify);\n$Ccode = Cstringify $stuff;\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "ExtUtils::Constant::Utils packages up utility subroutines used by ExtUtils::Constant,\nExtUtils::Constant::Base and derived classes. All its functions are explicitly exportable.\n",
                "subsections": []
            },
            "USAGE": {
                "content": "Cstringify NAME\nA function which returns a 7 bit ASCII correctly \\ escaped version of the string passed\nsuitable for C's \"\" or ''. It will die if passed Unicode characters.\n\nperlstringify NAME\nA function which returns a 7 bit ASCII correctly \\ escaped version of the string passed\nsuitable for a perl \"\" string.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Nicholas Clark <nick@ccl4.org> based on the code in \"h2xs\" by Larry Wall and others\n",
                "subsections": []
            }
        }
    }
}