< Perl Programming < Keywords
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 |
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.