Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: ungetcChapter 8
Standard Modules
Next: Reference: write
 

untaint

$fh->untaint

Special method for working under -T and setuid/gid scripts. Marks the object as taint-clean, and as such, data read from it is also considered taint-clean.


Previous: Reference: ungetcPerl in a NutshellNext: Reference: write
Reference: ungetcBook IndexReference: write

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.