Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.93 IO::PipeChapter 8
Standard Modules
Next: 8.95 IO::Select
 

8.94 IO::Seekable

Intended to be inherited by other IO::Handle-based objects to provide methods that allow seeking of the file descriptors. Has no constructor.

use IO::Seekable;
package IO::XXX;
@ISA = qw(IO::Seekable);
Provides two methods:


Previous: 8.93 IO::PipePerl in a NutshellNext: 8.95 IO::Select
8.93 IO::PipeBook Index8.95 IO::Select

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.