> - my $dir = File::Spec->catfile(Apache::ServerUtil::server_root, > + my $dir = File::Spec->catfile(Apache::ServerUtil::server_root(),
this strikes me as odd - Apache::ServerUtil::server_root is inserted into the Apache::ServerUtil namespace as a constant subroutine and we use Apache::ServerUtil at the top of the file, so it should be perfectly seen. is this solution just masking a different issue? --Geoff