start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: open Chapter 5
Function Reference
Next: Reference: ord
 

opendir

opendir 
dirhandle
, 
directory

Opens a directory for processing by readdir , telldir , seekdir , rewinddir , and closedir . The function returns true if successful. Directory handles have their own namespace separate from filehandles.


Previous: Reference: open Perl in a Nutshell Next: Reference: ord
Reference: open Book Index Reference: ord