AbstractBeliefs

Untitled

Dec 15th, 2011
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. print "Content-Type: text/html\n\n\n" # HTML is following
  2.  
  3. print "<HTML>"
  4. print "<HEAD><TITLE>CGI script output</TITLE></TITLE>"
  5. print "<BODY>"
  6. print "<H1>This is my first CGI script</H1>"
  7. print "Hello, world!"
  8. print "</BODY>"
  9. print "</HTML>"
Advertisement
Add Comment
Please, Sign In to add comment