Michael Reece wrote: > PerlModule MyApp Try this instead: <Perl> use MyApp; </Perl> Or do that in a separate startup.pl script called from httpd.conf with PerlScript. - Perrin