First CGI Script
by on
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>";




zack Says:
Great tutorial.
sara Says:
Good Site! Keep Doing That!