The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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

perl.