Copyright © tutorialspoint.com
Syntax
Definition and UsageAttempts to write LENGTH bytes from SCALAR to the file associated with FILEHANDLE. If OFFSET is specified, then information is read from OFFSET bytes in the supplied SCALAR. This function uses the C/operating system write( ) function, which bypasses the normal buffering. You should therefore avoid using functions such as print and read in conjunction with this function. Return Value
|
Copyright © tutorialspoint.com