[Subversion] / DadaFork / use_me.pl  

View of /DadaFork/use_me.pl

Parent Directory | Revision Log
Revision: 2256 - (download)
Wed Jan 10 17:31:38 2007 UTC (17 years, 3 months ago) by pje
File size: 444 byte(s)
Support sharing a single DadaMail library for multiple running instances.
# The instance configuration file should require this file directly,
# using:

# BEGIN { require "/path/to/DadaFork/use_me.pl" ; }

# This automatically points the configuration back to the caller, and
# sets up the necessary paths.

use File::Basename;
use lib dirname(__FILE__);
use lib dirname(__FILE__) . "/DADA/";
use lib dirname(__FILE__) . "/DADA/perllib/";

my @c = caller;

$DADA::Config::PROGRAM_CONFIG_FILE_DIR = dirname($c[1]);

1;

cvs-admin@eby-sarna.com

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help