MySQL Forums
Forum List  »  Perl

Re: Perl and MySQL
Posted by: Tobin Cataldo
Date: September 08, 2010 09:28AM

Not a MySQL problem, as such, the question is better addressed at some place like perlmonks.org.

ActiveState FAQ -- Why does my ActivePerl script run from the command line, but not as a CGI script?
http://docs.activestate.com/activeperl/5.10/faq/Windows/ActivePerl-Winfaq6.html#command_line_but_not_cgi

If you are using IIS - http://support.microsoft.com/kb/145661

   print "HTTP/1.0 200 OK\n";
   print "Content-Type: text/html\n\n\n";

Options: ReplyQuote


Subject
Written By
Posted
September 07, 2010 12:13AM
Re: Perl and MySQL
September 08, 2010 09:28AM
September 13, 2010 12:28PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.