Help for this page
#!/usr/bin/perl use CGI qw/:standard/; print header, start_html('We are only in it for the money'), h1('hello + world'), end_html;