start page | rating of books | rating of authors | reviews | copyrights

Programming Perl

Programming PerlSearch this book
Previous: 3.2.126 reverse Chapter 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 reverse Programming Perl Next: 3.2.128 rindex
3.2.126 reverse Book Index 3.2.128 rindex