Searched defs:DirHandle (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDirHandle.pm1 package DirHandle; package
7 DirHandle - supply object methods for directory handles
11 use DirHandle;
12 $d = new DirHandle ".";
22 The C<DirHandle> method provide an alternative interface to the
25 The only objective benefit to using C<DirHandle> is that it avoids
49 @_ >= 1 && @_ <= 2 or croak 'usage: new DirHandle [DIRNAME]';
53 DirHandle::open($dh, $_[0])

Completed in 19 milliseconds