
nramya82
Novice
Oct 31, 2013, 11:59 AM
Post #1 of 3
(2946 views)
|
Need help getting error after moving module 8pm file
|
Can't Post
|
|
Hi , I recently moved pm module file to save user home directory so thats safe but my cgi script stopped working the moment i changed my module my cgi script reside under /data/httpd/local-apache2-/cgibin/IP/ip.cgi /data/httpd/local-apache2/cgibin /IP/ip.pm -- I moved this file to /home/user/ip/ip.pm I changed cgi script to point the new location of the pm file use /home/user/ip/ip.pm file in the script and tried to run the script I get below error. Can't locate IP.pm in @INC (@INC contains: /data/httpd/local-apache2/cgi-bin/IP /usr/local/lib/perl5/5.8.8/sun4-solaris /usr/local/lib/perl5/5.8.8 /usr/local/lib/perl5/site/sun4-solaris /usr/local/lib/perl5/site .) at Ip.cgi line 5 Can some one please help?
|