OpaL::dir
Perl extension for directory access.
- Provided by: opalmod (Version: 0.2.2.1build1)
- Report a bug
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