Anshul --

...and then Anshul Chhabra said...
% 
% Hi

Hello!


%     IF I attempt to pass the include files through PERL5LIB or PERLLIB, and
% if perl is started with the -T option on, then it ignores the libraries
% specified through the PERL5LIB / PERLLIB.

Really?  I didn't know that...  Time to go and do some more reading :-)


% 
%      What is a good way of including files while starting perl other than
% PERL5LIB and PERLLIB.

Do you have the ability to edit the script?  My favorite is

  use lib ( "/path/to/dir" , "/path/to/other" , "/even/more/dirs" ) ;

although a BEGIN push also works.  Check out

  perldoc lib

for more info.


% 
%      Sorry if this question is a repeat, but I could not get any info in the
% archives.

You might check for 'librar{y,ies}' or 'module' instead of just
'include'...


% 
% Thanks in advance
% Anshul


HTH & HAND

:-D
-- 
David T-G                      * It's easier to fight for one's principles
(play) [EMAIL PROTECTED] * than to live up to them. -- fortune cookie
(work) [EMAIL PROTECTED]
http://www.justpickone.org/davidtg/    Shpx gur Pbzzhavpngvbaf Qrprapl Npg!

Attachment: msg28970/pgp00000.pgp
Description: PGP signature

Reply via email to