Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I tested the script from the command line and it runs with no errors. I have not been able to figure out why it doesn't work.Software error: Can't locate CGI/FormBuilder.pm in @INC ( @INC contains: /usr/local/lib/perl5/5.8.0/sun4-solaris /usr/local/lib/perl5/5.8.0 /usr/local/lib/perl5/site_perl/5.8.0/sun4-solaris /usr/local/lib/perl5/site_perl/5.8.0 /usr/local/lib/perl5/site_perl ) at /www/cgi-bin/test.cgi line 4. BEGIN failed--compilation aborted at /www/cgi-bin/test.cgi line 4.
Thanks!!
janitored by ybiC: Balanced <code> tags around error message and other minor format tweaks for legibility, rename from "CGI::FormBuilder" to aid searching
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: CGI::FormBuilder, @INC, sun4-solaris
by sschneid (Deacon) on Jan 05, 2004 at 17:26 UTC | |
by Anonymous Monk on Jan 05, 2004 at 17:50 UTC | |
|
Re: CGI::FormBuilder, @INC, sun4-solaris
by jdtoronto (Prior) on Jan 05, 2004 at 17:39 UTC |