{
    "mode": "perldoc",
    "parameter": "exit",
    "section": "-f",
    "url": "https://www.chedong.com/phpMan.php/perldoc/exit/json",
    "generated": "2026-06-03T04:24:13Z",
    "sections": [],
    "flags": [],
    "examples": [],
    "see_also": [],
    "tldr": {
        "source": "official",
        "description": "Exit the shell.",
        "examples": [
            {
                "description": "Exit with the exit status of the most recently executed command",
                "command": "exit"
            },
            {
                "description": "Exit with a specific exit status",
                "command": "exit {{exit_code}}"
            }
        ]
    }
}