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

Programming Perl

Programming PerlSearch this book
Previous: 3.2.132 seek Chapter 3
Functions
Next: 3.2.134 select (output filehandle)
 

3.2.133 seekdir

seekdir 

DIRHANDLE

, 

POS

This function sets the current position for the readdir routine on DIRHANDLE . POS must be a value returned by telldir . This function has the same caveats about possible directory compaction as the corresponding system library routine. The function may not be implemented everywhere that readdir is. It's certainly not implemented where readdir isn't.


Previous: 3.2.132 seek Programming Perl Next: 3.2.134 select (output filehandle)
3.2.132 seek Book Index 3.2.134 select (output filehandle)