in reply to Re^2: Question on seek()
in thread Question on seek()
but I don't see any equivelent in perl to let you know what "use" moduals one needs to request.From the perl documentation for seek:
For WHENCE you may use the constants "SEEK_SET", "SEEK_CUR", and "SEEK_END" (start of the file, current position, end of the file) from the Fcntl module.
Dave.
|
|---|