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

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.
  • Comment on Re^2: CGI::Application Getting Started Error Perl lib

Replies are listed 'Best First'.
Re^3: CGI::Application Getting Started Error Perl lib
by astroboy (Chaplain) on May 16, 2005 at 20:14 UTC
    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.