| Summary | Included libraries | Package variables | Synopsis | Description | General documentation |
| Summary | Top |
| Clair::Config - A module containing important clairlib variables head1 VERSION Version 1.00 |
| Package variables | Top |
| No package variables defined. |
| Included modules | Top |
| DB_File |
| Exporter |
| Inherit | Top |
| Exporter |
| Synopsis | Top |
use Clair::Config;
print "Path to mead: $MEAD_HOME\n";
print "Path to cidr: $CIDR_HOME\n";
print "Path to prmain: $PRMAIN\n";
print "Path to enidf files: $DBM_HOME\n"; |
| Description | Top |
| This module is a collection of important variables for the CLAIR library, including the path to MEAD, CIDR, and prmain. |
| EXPORTABLE VARIABLES | Top |
| $MEAD_HOME - path to MEAD $CIDR_HOME - path to CIDR $PRMAIN - path to prmain $DBM_HOME - path to idf files |