Help for this page
#!/usr/bin/perl -w package SFConfig::Globals; ... sub TEMPLATE_DIRECTORY () {"/srv/www/vhosts/spamfilter.o +nlineky.net/Templates"} 1;
#!/usr/bin/perl -w use strict; ... print "Content-type: text/html\n\n"; my $test = SFConfig::Globals::TEMPLATE_PATH; print "$test\n";