GMgKe586q6suSQnyqZLlGCooeWM

Pages

Search

Saturday, January 22, 2011

Creating CGI File

It's simple to create a CGI file. Just create hello.cgi file in htdocs directory then fill it with:
#!"C:\xampp\perl\bin\perl.exe"
print "Content-Type: text/html"

print "Holla World From CGI"

Then direct your browser to http://localhost/hello.cgi
           
Share/Bookmark

No comments:

Post a Comment