dirhandle5.18(3pm) mojave man page | unix.com

Man Page: dirhandle5.18

Operating Environment: mojave

Section: 3pm

DirHandle(3pm)						 Perl Programmers Reference Guide					    DirHandle(3pm)

NAME
DirHandle - supply object methods for directory handles
SYNOPSIS
use DirHandle; $d = DirHandle->new("."); if (defined $d) { while (defined($_ = $d->read)) { something($_); } $d->rewind; while (defined($_ = $d->read)) { something_else($_); } undef $d; }
DESCRIPTION
The "DirHandle" method provide an alternative interface to the opendir(), closedir(), readdir(), and rewinddir() functions. The only objective benefit to using "DirHandle" is that it avoids namespace pollution by creating globs to hold directory handles. perl v5.18.2 2013-11-04 DirHandle(3pm)
Related Man Pages
rewinddir(3c) - opensolaris
modperl::registryloader(3) - mojave
io::pipe5.18(3pm) - mojave
io::dir(3pm) - mojave
io::dir(3pm) - suse
Similar Topics in the Unix Linux Community
Instructions to Clear Data Cache in Safari, Chrome, Firefox, Opera Browsers (Pictures)
Shopt -s histappend
UNIX tool on MacOS that can increase resolution of a file
My first PERL incarnation... Audio Oscillograph
How can I direct messages from mac console.app to a log file?