First CGI Script
by Hiroshi on October 10th, 2007
The Common Gateway Interface (CGI) is a standard protocol for interfacing external application software with an information server, commonly a web server. Lets write our first simple CGI script.
#!/usr/bin/perl -wt print "Content-type: text/html\n\n"; print "<h2>Some text to display here</h2>";
Topic: CGI, Tutorials
Tags: CGI
Post's RSS » RSS 2.0, Post's Comments RSS » RSS 2.0



Great tutorial.
Good Site! Keep Doing That!