Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: readChapter 8
Standard Modules
Next: 8.43 DirHandle
 

rewind

$dh->rewind()

Sets current position to beginning of directory; equivalent to the rewinddir function.


Previous: Reference: readPerl in a NutshellNext: 8.43 DirHandle
Reference: readBook Index8.43 DirHandle