Help for this page
use strict; use warnings; #$content_type is the /mime/ type my $content_type = 'text/html'; print "Content-type: $content_type\n\n";
use strict; use warnings; ... print $CGI_obj->start_html; print $web_page; print $CGI_obj->end_html;