Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: intChapter 5
Function Reference
Next: Reference: join
 

ioctl

ioctl filehandle, function, arg

Calls the ioctl Unix system call to perform function (with the function-specific arg) on the file or device opened with filehandle. See fcntl for a description of return values.


Previous: Reference: intPerl in a NutshellNext: Reference: join
Reference: intBook IndexReference: join