Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: libscanChapter 8
Standard Modules
Next: Reference: maybe_command_in_dirs
 

lsdir

lsdir dir, regexp

Returns all entries in the specified directory that match the regular expression Takes the following arguments:

dir

Name of the directory.

regexp

Regular expression to match the entries against.


Previous: Reference: libscanPerl in a NutshellNext: Reference: maybe_command_in_dirs
Reference: libscanBook IndexReference: maybe_command_in_dirs