{
    "content": [
        {
            "type": "text",
            "text": "# Time::DaysInMonth (perldoc)\n\n## NAME\n\nTime::DaysInMonth -- simply report the number of days in a month\n\n## SYNOPSIS\n\nuse Time::DaysInMonth;\n$days = daysin($year, $month1to12);\n$leapyear = isleap($year);\n\n## DESCRIPTION\n\nDaysInMonth is simply a package to report the number of days in a month. That's all it does.\nReally!\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **AUTHOR**\n- **BUGS**\n- **LICENSE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Time::DaysInMonth",
        "section": "",
        "mode": "perldoc",
        "summary": "Time::DaysInMonth -- simply report the number of days in a month",
        "synopsis": "use Time::DaysInMonth;\n$days = daysin($year, $month1to12);\n$leapyear = isleap($year);",
        "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": 3,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "BUGS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "LICENSE",
                "lines": 3,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Time::DaysInMonth -- simply report the number of days in a month\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Time::DaysInMonth;\n$days = daysin($year, $month1to12);\n$leapyear = isleap($year);\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "DaysInMonth is simply a package to report the number of days in a month. That's all it does.\nReally!\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "David Muir Sharnoff <muir@idiom.org>\n",
                "subsections": []
            },
            "BUGS": {
                "content": "This only deals with the \"modern\" calendar. Look elsewhere for historical time and date support.\n",
                "subsections": []
            },
            "LICENSE": {
                "content": "Copyright (C) 1996-1999 David Muir Sharnoff. License hereby granted for anyone to use, modify or\nredistribute this module at their own risk. Please feed useful changes back to muir@idiom.org.\n",
                "subsections": []
            }
        }
    }
}