Perl Programming/Keywords/telldir

Previous: tell Keywords Next: tie

The telldir keyword

The telldir returns the current position of readdir routines on DIRHANDLE. The value may be passed to seekdir to access a particular location in a directory.

Syntax

  telldir DIRHANDLE

See also

chdirclosedirmkdiropendirreaddirrewinddirrmdirseekdirtelldir
Previous: tell Keywords Next: tie
Category:Book:Perl Programming#Keywords/telldir%20
Category:Book:Perl Programming