Re: Adding a library to @INC

2005-07-28 Thread Wiggins d'Anconia
Tom Allison wrote: > Wiggins d'Anconia wrote: > >> Normally you add to the @INC using the PERL5LIB environment variable. If >> "oracle>" represents a normal bash shell, then, >> >> export PERL5LIB="/path/to/lib/dir" >> >> Should do the trick. If it is actually the Oracle client then you might >> t

Re: Adding a library to @INC

2005-07-28 Thread Xavier Noria
On Jul 28, 2005, at 12:32, Tom Allison wrote: Wiggins d'Anconia wrote: Normally you add to the @INC using the PERL5LIB environment variable. If "oracle>" represents a normal bash shell, then, export PERL5LIB="/path/to/lib/dir" Should do the trick. If it is actually the Oracle client then y

Re: Adding a library to @INC

2005-07-28 Thread Tom Allison
Wiggins d'Anconia wrote: Normally you add to the @INC using the PERL5LIB environment variable. If "oracle>" represents a normal bash shell, then, export PERL5LIB="/path/to/lib/dir" Should do the trick. If it is actually the Oracle client then you might try the same because *theoretically* the

Re: Adding a library to @INC

2005-07-27 Thread Wiggins d'Anconia
Jay Caviness wrote: > I have discovered that my Oracle installation has the DBI.pm module in > it. I really want to use this, but don't know how to have the @INC see > it when I do: > > oracle> perl -e "use DBI;" > > Can't locate DBI.pm in @INC (@INC contains: > /usr/perl5/5.6.1/lib/sun4-solaris

Re: Adding a library to @INC

2005-07-27 Thread Stephen Mayer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jay, You need to set the PERL5LIB path to include the directory of the DBI.pm module. Steve Jay Caviness wrote: > I have discovered that my Oracle installation has the DBI.pm module in > it. I really want to use this, but don't know how to have

Adding a library to @INC

2005-07-27 Thread Jay Caviness
I have discovered that my Oracle installation has the DBI.pm module in it. I really want to use this, but don't know how to have the @INC see it when I do: oracle> perl -e "use DBI;" Can't locate DBI.pm in @INC (@INC contains: /usr/perl5/5.6.1/lib/sun4-solaris-64int /usr/perl5/5.6.1/lib /usr/per