Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: openedChapter 8
Standard Modules
Next: Reference: untaint
 

ungetc

$fh->ungetc (ord)

Pushes a character with the ordinal value ord back onto the given handle's input stream.


Previous: Reference: openedPerl in a NutshellNext: Reference: untaint
Reference: openedBook IndexReference: untaint