#!c:\perl\bin\perl.exe use CGI qw/:standard/; print "Content-type:text/html\n\n"; print "
Sample1.cgi
"; print "
Hello, world!
"; print "
";