[EMAIL PROTECTED] Finding a locally installed Perl Module by .htaccess ?

2006-05-18 Thread Wijaya Edward
Hi expert, I have the following simple CGI script, just containg header: __BEGIN__ #!/usr/bin/perl -w use CGI ':standard'; use lib "/home/myname/lib/perl5/site_perl/5.8.5/"; use Mail::Sendmail; __END__ I also have included this directive in ~/public_html/.htaccess : SetEnv PERL5LIB

[EMAIL PROTECTED] Howto find locally installed Perl Module by .htaccess ?

2006-05-18 Thread Wijaya Edward
Hi expert, I have the following simple CGI script, just containg header: __BEGIN__ #!/usr/bin/perl -w use CGI ':standard'; use lib /home/myname/lib/perl5/site_perl/5.8.5/; use Mail::Sendmail; __END__ I also have included this directive in ~/public_html/.htaccess : SetEnv PERL5LIB