On Monday 18 August 2003 03:07, Mark Fisher wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On Sunday 17 August 2003 9:22 pm, Pat Kerwan wrote:
> > > Is there a way of easily adding the dir to the @INC path that
> > > doesnt invlolve re-compiling perl?
> >
> > You could set the PERLLIB (or PERL5LIB) environment variable to
> > include the directory.
> >
> > See 'man perlrun' for details.
>
> Thanks muchly, worked a treat :)

You also could add this as the first line in your perl program

use lib "/full/path/to/your/perl/lib/dir/";



--
[EMAIL PROTECTED] mailing list

Reply via email to