thanks for replay
I added given statement in httpconf file.
still facing same issue
code: httpd.confcode: tool.cgiLoadModule perl_module modules/mod_perl.so PerlRequire conf/startup.pl PerlSwitches -I/usr/local/apache2/cgi-bin/pages
BEGIN { print STDERR "\n $_\n" foreach @INC; } use strict; use CGI; use Data::Dumper; use CGI::Carp qw(warningsToBrowser fatalsToBrowser); use web::Home; use CONF;
And also I found one thing observe below outputs
output: startup.plOutput: tool.cgi in STDERR/usr/local/apache2/cgi-bin/pages /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl
/etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl
Here I am not found there module path in tool.cgi sterr output.
In reply to Re^2: not found modules path @INC
by Anonymous Monk
in thread not found modules path @INC
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |