GMgKe586q6suSQnyqZLlGCooeWM

Pages

Search

Saturday, January 22, 2011

Perl As Server Side Scripting

Create file index.pl in htdocs directory then fill it with:

print "Content-Type: text/html"
print "Holla From Perl"

Then direct your browser to http://localhost/index.pl
Share/Bookmark

No comments:

Post a Comment