Query: opal::dir
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
dir(3pm) User Contributed Perl Documentation dir(3pm)NAMEOpaL::dir - Perl extension for directory access.SYNOPSISuse OpaL::dir qw(getdirlist); @list = getdirlist($directory);DESCRIPTIONOpaL::dir is a module for directory access in a bit more advanced manner than the ordinary perl module for directory access.FUNCTIONSgetdirlist 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);AUTHOROla Lundqvist <ola@inguza.com>REQUIRESThis package requires OpaL::action so you have to make sure that that perl module is installed.SEE ALSOOpaL::action perl(1) perl v5.10.1 2009-04-21 dir(3pm)
| Related Man Pages |
|---|
| lib(3pm) - redhat |
| lib(3pm) - centos |
| apache2::build(3pm) - debian |
| opal::action(3pm) - debian |
| opal::read(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| How can I do this in VI editor? |
| Detecting unused variables... |
| Find columns in a file based on header and print to new file |
| Weird 'find' results |