Already answered.
Then the solution is like what I said.
The error is that you didn't return a proper CGI response. You should use the CGI module and use its header method to create the proper headers.
If you are doing that, it could be that some error (possibly a compile-time error) occurred before your call to header had a chance to execute. If so, this should be logged in your web server's error log. If not, it's a question of configuring your web server (which has nothing to do with Perl). Alternative, you may be able to redirect error messages to the screen using CGI::Carp.
use CGI::Carp qw( fatalsToBrowser );
In reply to Re^5: ModPerl IIS
by ikegami
in thread ModPerl IIS
by Kargil Jay
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |