getc(FILEHANDLE)

getc FILEHANDLE

getc

Returns the next character from the input file
attached to FILEHANDLE, or a null string at EOF. If
FILEHANDLE is omitted, reads from STDIN.