The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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.