June 2002
Beginner
759 pages
80h 42m
English
files
$inst->files(module[,string[,dir[,...]]])
Returns list of filenames. Parameters are:
moduleRequired. 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.
stringOptional. Possible values are prog, man, or all to return program files,
manual files, or all files, respectively.
dirOptional. One or more directories. If specified, only filenames under the specified directories are returned.