Perl Programming/Keywords/readdir
The readdir keyword
readdir is a function that returns the next directory entry that was opened by opendir. If used in a list context, the function returns all the rest of the entries in the directory. If there are no more entries, it returns the undef value in scalar context and the empty list in list context.
Syntax
readdir DIRHANDLE
chdir | closedir | mkdir | opendir | readdir | rewinddir | rmdir | seekdir | telldir |