Perl Programming/Keywords/rewinddir

Previous: reverse Keywords Next: rindex

The rewinddir keyword

The rewinddir command sets the current position to the beginning of the directory for the readdir routine on DIRHANDLE.

Syntax

  rewinddir DIRHANDLE

Examples

rewinddir $handle

See also

chdirclosedirmkdiropendirreaddirrewinddirrmdirseekdirtelldir
Category:Book:Perl Programming#Keywords/rewinddir%20
Previous: reverse Keywords Next: rindex
Category:Book:Perl Programming