Learn To Program
Increase Your Knowlegde and Build Your Skill!
Pages
(Move to ...)
Home
Me
▼
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
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment