{
    "content": [
        {
            "type": "text",
            "text": "# DBM_Filter::null (perldoc)\n\n## NAME\n\nDBMFilter::null - filter for DBMFilter\n\n## SYNOPSIS\n\nuse SDBMFile; # or DBFile, GDBMFile, NDBMFile, or ODBMFile\nuse DBMFilter ;\n$db = tie %hash, ...\n$db->FilterPush('null');\n\n## DESCRIPTION\n\nThis filter ensures that all data written to the DBM file is null terminated. This is useful\nwhen you have a perl script that needs to interoperate with a DBM file that a C program also\nuses. A fairly common issue is for the C application to include the terminating null in a string\nwhen it writes to the DBM file. This filter will ensure that all data written to the DBM file\ncan be read by the C application.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **SEE ALSO**\n- **AUTHOR**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "DBM_Filter::null",
        "section": "",
        "mode": "perldoc",
        "summary": "DBMFilter::null - filter for DBMFilter",
        "synopsis": "use SDBMFile; # or DBFile, GDBMFile, NDBMFile, or ODBMFile\nuse DBMFilter ;\n$db = tie %hash, ...\n$db->FilterPush('null');",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "DBMFilter::null - filter for DBMFilter\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use SDBMFile; # or DBFile, GDBMFile, NDBMFile, or ODBMFile\nuse DBMFilter ;\n\n$db = tie %hash, ...\n$db->FilterPush('null');\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This filter ensures that all data written to the DBM file is null terminated. This is useful\nwhen you have a perl script that needs to interoperate with a DBM file that a C program also\nuses. A fairly common issue is for the C application to include the terminating null in a string\nwhen it writes to the DBM file. This filter will ensure that all data written to the DBM file\ncan be read by the C application.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "DBMFilter, perldbmfilter\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Paul Marquess pmqs@cpan.org\n",
                "subsections": []
            }
        }
    }
}