{
    "content": [
        {
            "type": "text",
            "text": "# Win32::DBIODBC (perldoc)\n\n## NAME\n\nWin32::DBIODBC - Win32::ODBC emulation layer for the DBI\n\n## SYNOPSIS\n\nuse Win32::DBIODBC;     # instead of use Win32::ODBC\n\n## DESCRIPTION\n\nThis is a *very* basic *very* alpha quality Win32::ODBC emulation for the DBI. To use it just\nreplace\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **TO DO**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Win32::DBIODBC",
        "section": "",
        "mode": "perldoc",
        "summary": "Win32::DBIODBC - Win32::ODBC emulation layer for the DBI",
        "synopsis": "use Win32::DBIODBC;     # instead of use Win32::ODBC",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 13,
                "subsections": []
            },
            {
                "name": "TO DO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Win32::DBIODBC - Win32::ODBC emulation layer for the DBI\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Win32::DBIODBC;     # instead of use Win32::ODBC\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This is a *very* basic *very* alpha quality Win32::ODBC emulation for the DBI. To use it just\nreplace\n\nuse Win32::ODBC;\n\nin your scripts with\n\nuse Win32::DBIODBC;\n\nor, while experimenting, you can pre-load this module without changing your scripts by doing\n\nperl -MWin32::DBIODBC yourscriptname\n",
                "subsections": []
            },
            "TO DO": {
                "content": "Error handling is virtually non-existent.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Tom Horen <tho@melexis.com>\n",
                "subsections": []
            }
        }
    }
}