Don't ask to ask, just ask | |
PerlMonks |
perlfunc:opendirby gods (Initiate) |
on Aug 24, 1999 at 22:41 UTC ( [id://182]=perlfunc: print w/replies, xml ) | Need Help?? |
opendirSee the current Perl documentation for opendir. Here is our local, out-dated (pre-5.6) version: opendir - open a directory
opendir DIRHANDLE,EXPR
Opens a directory named EXPR for processing by readdir(), telldir(), seekdir(), rewinddir(), and closedir(). Returns TRUE if successful. DIRHANDLEs have their own namespace separate from FILEHANDLEs. |
|