Intended to be inherited by other IO::Handle-based objects to provide methods that allow seeking of the file descriptors. Has no constructor.
Provides two methods:use IO::Seekable; package IO::XXX; @ISA = qw(IO::Seekable);
Copyright © 2001 O'Reilly & Associates. All rights reserved.