{
    "content": [
        {
            "type": "text",
            "text": "# ops (man)\n\n## NAME\n\nops - Perl pragma to restrict unsafe operations when compiling\n\n## SYNOPSIS\n\nperl -Mops=:default ...    # only allow reasonably safe operations\nperl -M-ops=system ...     # disable the 'system' opcode\n\n## DESCRIPTION\n\nSince the \"ops\" pragma currently has an irreversible global effect, it is only of significant\npractical use with the \"-M\" option on the command line.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "ops",
        "section": "",
        "mode": "man",
        "summary": "ops - Perl pragma to restrict unsafe operations when compiling",
        "synopsis": "perl -Mops=:default ...    # only allow reasonably safe operations\nperl -M-ops=system ...     # disable the 'system' opcode",
        "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": 6,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "ops - Perl pragma to restrict unsafe operations when compiling\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "perl -Mops=:default ...    # only allow reasonably safe operations\n\nperl -M-ops=system ...     # disable the 'system' opcode\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Since the \"ops\" pragma currently has an irreversible global effect, it is only of significant\npractical use with the \"-M\" option on the command line.\n\nSee the Opcode module for information about opcodes, optags, opmasks and important\ninformation about safety.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Opcode, Safe, perlrun\n\n\n\nperl v5.34.0                                 2025-07-25                                   ops(3perl)",
                "subsections": []
            }
        }
    }
}