![]() |
|
The stupid question is the question not asked | |
PerlMonks |
perlfunc:rewinddirby gods (Initiate) |
on Aug 24, 1999 at 22:43 UTC ( [id://301]=perlfunc: print w/replies, xml ) | Need Help?? |
rewinddirSee the current Perl documentation for rewinddir. Here is our local, out-dated (pre-5.6) version: ![]() rewinddir - reset directory handle
![]() rewinddir DIRHANDLE
![]() Sets the current position to the beginning of the directory for the readdir() routine on DIRHANDLE. |
|