Perl 5 version 8.0 documentation
closedir
- closedir DIRHANDLE
Closes a directory opened by
opendir
and returns the success of that system call.DIRHANDLE may be an expression whose value can be used as an indirect dirhandle, usually the real dirhandle name.