start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: 8.93 IO::Pipe Chapter 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::Pipe Perl in a Nutshell Next: 8.95 IO::Select
8.93 IO::Pipe Book Index 8.95 IO::Select

Library Navigation Links

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