|
PheMail::General - Perl extension for reading PheMail's configuration file. |
PheMail::General - Perl extension for reading PheMail's configuration file.
use PheMail::General;
print "Type: ".ReadConfig("type");
This is used in project PheMail to extract directives from the configuration file. This module is shared among the modules, so the ReadConfig method is globally shared.
ReadConfig();
Jesper Noehr, <jesper@noehr.org>
|
PheMail::General - Perl extension for reading PheMail's configuration file. |