DOKK / manpages / debian 11 / opalmod / OpaL::dir.3pm.en
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.

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, "." 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

perl(1)

2021-01-03 perl v5.32.0