in reply to CGI::Application Getting Started Error Perl lib

It isn't saying it can't find it -- it's saying it didn't return a true value. Do you have the usual "1;" at the end of it?
  • Comment on Re: CGI::Application Getting Started Error Perl lib

Replies are listed 'Best First'.
Re^2: CGI::Application Getting Started Error Perl lib
by soldierdog (Initiate) on May 16, 2005 at 15:16 UTC
    Another quick silly question for you people. Now it is instantiating and working correctly except I am getting this at the end of the html page in the browswer. Content-Type: text/html; charset=ISO-8859-1 1 Which displays the content type and the return value.
      Have you got an example of your code? I suspect that you're printing the header as with traditional CGI scripts. CGI::Application outputs the header for you.