diff options
Diffstat (limited to 'pod/perlport.pod')
-rw-r--r-- | pod/perlport.pod | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pod/perlport.pod b/pod/perlport.pod index 06b1684fec..4f5985f342 100644 --- a/pod/perlport.pod +++ b/pod/perlport.pod @@ -1868,6 +1868,12 @@ Not implemented. (Win32, VMS, S<RISC OS>) Can't move directories between directories on different logical volumes. (Win32) +=item rewinddir + +Will not cause readdir() to re-read the directory stream. The entries +already read before the rewinddir() call will just be returned again +from a cache buffer. (Win32) + =item select Only implemented on sockets. (Win32, VMS) |