| Message view | « Date » · « Thread » |
|---|---|
| Top | « Date » · « Thread » |
| From | Mark Stosberg <m...@summersault.com> |
| Subject | Re: Best practices for returning 404/file-not-found pages inside and outside of mod_perl |
| Date | Thu, 01 May 2008 13:58:16 GMT |
> + my $dir = dirname(__FILE__);
> + use lib $dir.'/../config';
> + use lib $dir.'/../perllib';
Actually, for some reason that syntax didn't work either, but this did work on my modperl-startup.pl:
use lib dirname(__FILE__).'/../config';
use lib dirname(__FILE__).'/../perllib';
Mark
| |
| Mime |
|
| View raw message | |