{
    "content": [
        {
            "type": "text",
            "text": "# Filter::tee (perldoc)\n\n## NAME\n\nFilter::tee - tee source filter\n\n## SYNOPSIS\n\nuse Filter::tee 'filename' ;\nuse Filter::tee '>filename' ;\nuse Filter::tee '>>filename' ;\n\n## DESCRIPTION\n\nThis filter copies all text from the line after the \"use\" in the current source file to the file\nspecified by the parameter \"filename\".\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **AUTHOR**\n- **DATE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Filter::tee",
        "section": "",
        "mode": "perldoc",
        "summary": "Filter::tee - tee source filter",
        "synopsis": "use Filter::tee 'filename' ;\nuse Filter::tee '>filename' ;\nuse Filter::tee '>>filename' ;",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 10,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DATE",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Filter::tee - tee source filter\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Filter::tee 'filename' ;\nuse Filter::tee '>filename' ;\nuse Filter::tee '>>filename' ;\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This filter copies all text from the line after the \"use\" in the current source file to the file\nspecified by the parameter \"filename\".\n\nBy default and when the filename is prefixed with a '>' the output file will be emptied first if\nit already exists.\n\nIf the output filename is prefixed with '>>' it will be opened for appending.\n\nThis filter is useful as a debugging aid when developing other source filters.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Paul Marquess\n",
                "subsections": []
            },
            "DATE": {
                "content": "20th June 1995.\n",
                "subsections": []
            }
        }
    }
}