David: > > When running under mod_perl, I get an error like: > > plugin error - Can't locate AutomagicLinks.pm in @INC (@INC > contains: ....) > > INC doesn't include the absolute path set in the use lib > declaration in > codestriker.pl. >
In mod_perl, the @INC array can't be modified after server startup: http://perl.apache.org/docs/1.0/guide/porting.html#_INC_and_mod_perl Mike _______________________________________________ templates mailing list [EMAIL PROTECTED] http://lists.template-toolkit.org/mailman/listinfo/templates
