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

Perl in a Nutshell

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

directories


$inst

->directories
(

module

[, 

string

[, 

dir

[,...]]])

Returns list of directories. Only returns directories that contain files from the specified module. Parameters are:

module

Required. The name of a module; returns a list of all directories in the package.

string

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

dir

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


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

Library Navigation Links

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