GETC

getc FILEHANDLE
getc

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

Back to functions