- or download this
public_html
|
...
| +--Status.pm (needed by Simple.pm, chmodded 755)
|
+--script.cgi (script I'm accessing via browser, chmodded 755)
- or download this
BEGIN {
use CGI::Carp qw/fatalsToBrowser/;
push(@INC,"/home/user/public_html/cgi-bin/lib");
}
- or download this
Can't locate LWP/Simple.pm in @INC (@INC contains: /usr/lib/perl5/5.6.
+0/i386-linux
/usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/li
+b/perl5/site_perl/5.6.0
/usr/lib/perl5/site_perl . /home/user/public_html/cgi-bin/lib) at
/home/user/public_html/cgi-bin/script.cgi line 10.