{
    "content": [
        {
            "type": "text",
            "text": "# Net::Server::INET (perldoc)\n\n## NAME\n\nNet::Server::INET - Net::Server personality\n\n## SYNOPSIS\n\nuse base qw(Net::Server::INET);\nsub processrequest {\n#...code...\n}\nNet::Server::INET->run();\n\n## DESCRIPTION\n\nPlease read the pod on Net::Server first. This module is a personality, or extension, or sub\nclass, of the Net::Server module.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **CONFIGURATION FILE**\n- **PROCESS FLOW**\n- **HOOKS**\n- **TO DO**\n- **AUTHOR**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Net::Server::INET",
        "section": "",
        "mode": "perldoc",
        "summary": "Net::Server::INET - Net::Server personality",
        "synopsis": "use base qw(Net::Server::INET);\nsub processrequest {\n#...code...\n}\nNet::Server::INET->run();",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 8,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 7,
                "subsections": []
            },
            {
                "name": "CONFIGURATION FILE",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "PROCESS FLOW",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "HOOKS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "TO DO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 3,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Net::Server::INET - Net::Server personality\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use base qw(Net::Server::INET);\n\nsub processrequest {\n#...code...\n}\n\nNet::Server::INET->run();\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Please read the pod on Net::Server first. This module is a personality, or extension, or sub\nclass, of the Net::Server module.\n\nThis personality is intended for use with inetd. It offers no methods beyond the Net::Server\nbase class. This module operates by overriding the prebind, bind, accept, and postaccept\nmethods to let all socket processing to be done by inetd.\n",
                "subsections": []
            },
            "CONFIGURATION FILE": {
                "content": "See Net::Server.\n",
                "subsections": []
            },
            "PROCESS FLOW": {
                "content": "See Net::Server\n",
                "subsections": []
            },
            "HOOKS": {
                "content": "There are no additional hooks in Net::Server::INET.\n",
                "subsections": []
            },
            "TO DO": {
                "content": "See Net::Server\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Paul T. Seamons paul@seamons.com\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Please see also Net::Server::Fork, Net::Server::INET, Net::Server::PreFork,\nNet::Server::MultiType, Net::Server::Single\n",
                "subsections": []
            }
        }
    }
}