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

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: seek Chapter 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: seek Perl in a Nutshell Next: Reference: select
Reference: seek Book Index Reference: select