sysread FILEHANDLE,SCALAR,LENGTH
sysread FILEHANDLE,SCALAR,LENGTH,OFFSET
Attempts to read LENGTH bytes of data into variable
SCALAR from the specified FILEHANDLE, using the system
call read(2) ...
An OFFSET may be specified ...