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

Programming Perl

Programming PerlSearch this book
Previous: 3.2.18 close Chapter 3
Functions
Next: 3.2.20 connect
 

3.2.19 closedir

closedir 

DIRHANDLE

This function closes a directory opened by opendir . See the examples under readdir .


Previous: 3.2.18 close Programming Perl Next: 3.2.20 connect
3.2.18 close Book Index 3.2.20 connect