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