Copy this code and paste it in your HTML
#!/usr/local/bin/perl -wT # force taint checks, and print warnings
use strict; # install all three strictures
use CGI ':standard';
use Data::Dumper;
use CGI
::Carp qw(fatalsToBrowser warningsToBrowser
);
$|++; # force auto flush of output buffer
print "Content-type: text/html\n\n";
# Make Sure you're only using Unix Line Feeds.