Well, its really a Perl question but still...

My ISP is running H::T version 2.4 but I need to use H::T 2.5 since it
has the fix for 'global_vars => 1'. I have the HTML/Template.pm sitting
in my cgi-bin/ but the script still seems to be picking up the one in
std. @INC. Is there a way to force the script to use H::T from my
cgi-bin instead of /usr/lib/perl5/5.6.0/* ?

I have tried 

use lib "/home/nkapoor/www/cgi-bin";

and

push (@INC, "/home/nkapoor/www/cgi-bin");
 
and I can see this dir in INC but a 'print' statement in the
script is giving out 2.4 as the H::T version.

Thanks
Nishi

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to