{
    "mode": "perldoc",
    "parameter": "CGI::Untaint::printable",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/CGI%3A%3AUntaint%3A%3Aprintable/json",
    "generated": "2026-06-09T16:12:43Z",
    "synopsis": "my $name = $handler->extract(-asprintable => 'name');",
    "sections": {
        "NAME": {
            "content": "CGI::Untaint::printable - validate as a printable value\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "my $name = $handler->extract(-asprintable => 'name');\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This Input Handler verifies that it is dealing with an 'printable' string i.e. characters in the\nrange \\040-\\377 (plus \\r and \\n).\n\nThe empty string is taken to be printable.\n\nThis is occasionally a useful 'fallback' pattern, but in general you will want to write your own\npatterns to be stricter.\n",
            "subsections": []
        }
    },
    "summary": "CGI::Untaint::printable - validate as a printable value",
    "flags": [],
    "examples": [],
    "see_also": []
}