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.
Returns a list containing all files in the directory you have specified. It will look for all files recursivly. It will also exclude all CVS/* files, \*(L".\*(R" and \*(L"..\*(R" directories. \s-1USAGE:\s0
@list = \*(C`getdirlist\*(C'($directoryname);
Ola Lundqvist <[email protected]>
This package requires OpaL::action so you have to make sure that that perl module is installed.
OpaL::action
perl\|(1)