![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
perlman:IO::Seekableby root (Monk) |
on Dec 23, 1999 at 00:52 UTC ( #1221=perlfunc: print w/replies, xml ) | Need Help?? |
IO::SeekableSee the current Perl documentation for IO::Seekable. Here is our local, out-dated (pre-5.6) version: ![]() IO::Seekable - supply seek based methods for I/O objects
![]()
use IO::Seekable; package IO::Something; @ISA = qw(IO::Seekable);
![]()
If the
C functions
See perlfunc for complete descriptions of each of the following supported
seek tell
SEE ALSO
HISTORYDerived from FileHandle.pm by Graham Barr <bodg@tiuk.ti.com> |
|