1CGI::Untaint::printableU(s3e)r Contributed Perl DocumentaCtGiIo:n:Untaint::printable(3)
2
3
4

NAME

6       CGI::Untaint::printable - validate as a printable value
7

SYNOPSIS

9         my $name = $handler->extract(-as_printable => 'name');
10

DESCRIPTION

12       This Input Handler verifies that it is dealing with an 'printable'
13       string i.e. characters in the range \040-\377 (plus \r and \n).
14
15       The empty string is taken to be printable.
16
17       This is occasionally a useful 'fallback' pattern, but in general you
18       will want to write your own patterns to be stricter.
19
20
21
22perl v5.30.1                      2020-01-29        CGI::Untaint::printable(3)
Impressum