start page | rating of books | rating of authors | reviews | copyrights

Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: directory_tree Chapter 8
Standard Modules
Next: Reference: modules
 

files

$

inst


->files
(

module

[, 

string

[, 

dir

[,...]]])

Returns list of filenames. Parameters are:

module

Required. The name of a module; returns a list of all filenames in the package. For a list of core files, use the special module name Perl.

string

Optional. Possible values are prog , man , or all to return program files, manual files, or all files, respectively.

dir

Optional. One or more directories. If specified, only filenames under the specified directories are returned.


Previous: Reference: directory_tree Perl in a Nutshell Next: Reference: modules
Reference: directory_tree Book Index Reference: modules

Library Navigation Links

Copyright © 2001 O'Reilly & Associates. All rights reserved.