All TagsCGIperl (RSS)
  • IIS6: IIS output duplicated response headers for perl CGI

    Our perl CGI scripts output response headers repeately which were inserted into the output html contents. a sample code: use strict; use CGI; $|=1; my $q = new CGI(); print $q->header("text/html"), $q->start_html("test"); print "aa"; print $q->end_html ; outputs...
    Posted to Forum by mmpower on 11-07-2009, 4:44 PM
Page 1 of 1 (1 items)
Microsoft Communities