Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: seekChapter 5
Function Reference
Next: Reference: select
 

seekdir

seekdir dirhandle, pos

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.


Previous: Reference: seekPerl in a NutshellNext: Reference: select
Reference: seekBook IndexReference: select