Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: openChapter 8
Standard Modules
Next: Reference: rewind
 

read

$dh->read()

Reads directory entries. Equivalent to the readdir function. In scalar context, reads the next directory entry; in list context, reads all entries.


Previous: Reference: openPerl in a NutshellNext: Reference: rewind
Reference: openBook IndexReference: rewind