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

Programming Perl

Programming PerlSearch this book
Previous: 3.2.102 open Chapter 3
Functions
Next: 3.2.104 ord
 

3.2.103 opendir

opendir 

DIRHANDLE

, 

EXPR

This function opens a directory named EXPR 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: 3.2.102 open Programming Perl Next: 3.2.104 ord
3.2.102 open Book Index 3.2.104 ord