in reply to Errenous behavior from Exporter

If you're going to export TEMPLATE_DIRECTORY, use it
#!/usr/bin/perl -w use strict; use SFConfig::Globals; print "Content-type: text/html\n\n"; print TEMPLATE_DIRECTORY, "\n";