dir(3pm) | User Contributed Perl Documentation | dir(3pm) |
OpaL::dir - Perl extension for directory access.
use OpaL::dir qw(getdirlist); @list = getdirlist($directory);
OpaL::dir is a module for directory access in a bit more advanced manner than the ordinary perl module for directory access.
It will also exclude all CVS/* files, "." and ".." directories.
USAGE:
@list =
"getdirlist"($directoryname);
Ola Lundqvist <ola@inguza.com>
This package requires OpaL::action so you have to make sure that that perl module is installed.
OpaL::action
2021-01-03 | perl v5.32.0 |