Help for this page
#!/usr/local/bin/perl use CGI qw/:standard/; # load standard CGI routines ... start_html('hello world'), # start the HTML h1('hello world'), # level 1 header end_html; # end the HTML