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

Creating CGI File
No comments:
Post a Comment