Perl Programming/Keywords/seekdir

From Wikibooks, open books for an open world
Jump to navigation Jump to search
Previous: seek Keywords Next: select

The seekdir keyword

[edit | edit source]

The seekdir sets the current position for the readdir routine on DIRHANDLE. The parameter POSITION must be a value returned by telldir.

Syntax

[edit | edit source]
  seekdir DIRHANDLE, POSITION

See also

[edit | edit source]
chdir closedir mkdir opendir readdir rewinddir rmdir seekdir telldir
Previous: seek Keywords Next: select