Copyright © tutorialspoint.com
Syntax
Definition and UsageReads, or attempts to read, LENGTH number of bytes from the file associated with FILEHANDLE into BUFFER. If an offset is specified, the bytes that are read are placed into the buffer starting at the specified offset. Return Value
ExampleTry out following example:
It will produce following result. This is just sanpshot of the result
|
Copyright © tutorialspoint.com