Programming Perl

Programming PerlSearch this book
Previous: 3.2.18 closeChapter 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 closeProgramming PerlNext: 3.2.20 connect
3.2.18 closeBook Index3.2.20 connect