Programming Perl

Programming PerlSearch this book
Previous: 3.2.126 reverseChapter 3
Functions
Next: 3.2.128 rindex
 

3.2.127 rewinddir

rewinddir DIRHANDLE

This function sets the current position to the beginning of the directory for the readdir routine on DIRHANDLE. The function may not be available on all machines that support readdir.


Previous: 3.2.126 reverseProgramming PerlNext: 3.2.128 rindex
3.2.126 reverseBook Index3.2.128 rindex