in reply to CGI::FormBuilder, @INC, sun4-solaris

From the command line issue the command 'perl -V' and look to see exactly what the @INC contains. Then go and check just where the module is! Your web server environment may not be able to see the directory it was installed in, or permissions may not be set correctly.

The fact that it can be found by a command line script running presumably under the user-name that installed the module would seem to indicate permissions to me (or at least that is what usually catches me!).

jdtoronto

  • Comment on Re: CGI::FormBuilder, @INC, sun4-solaris