PheMail::General - Perl extension for reading PheMail's configuration file.


NAME

PheMail::General - Perl extension for reading PheMail's configuration file.


SYNOPSIS

  use PheMail::General;
  print "Type: ".ReadConfig("type");


DESCRIPTION

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.

EXPORT

ReadConfig();


AUTHOR

Jesper Noehr, <jesper@noehr.org>


SEE ALSO

the perl manpage.

 PheMail::General - Perl extension for reading PheMail's configuration file.