my $length = length($HTML); print $cgi->header( -nph=>1, -Content_length=>$length, -expires=>'+0s', -type=>"text/html") ; print $HTML;