1 2 3 4 5 6 7 8 9 10
#!/usr/bin/perl print "Content-type: text/html\n\n"; print <<htmlcode; <html> <body> <h2>CGI Perl Example</h2> </body> htmlcode