The component root marks the top of your component hierarchy and
defines how component paths are translated into real file paths. For
example, if your component root is /usr/local/httpd/docs, a component
path of /products/index.html translates to the file
/usr/local/httpd/docs/products/index.html.
Under Apache and
CGI, comp_root defaults to the server's
document root. In standalone mode comp_root defaults to the current
working directory.
This parameter may be either a scalar or an array reference. If it is
a scalar, it should be a filesystem path indicating the component
root. If it is an array reference, it should be of the following form:
The ``keys'' for each path must be unique names and their ``values'' must
be filesystem paths. These paths will be searched in the provided
order whenever a component path must be resolved to a filesystem path.
If no component root is specified, the current working directory is
used.