perl program doesn't work in windows
Posted
by dexter
on Stack Overflow
See other posts from Stack Overflow
or by dexter
Published on 2010-03-24T07:47:24Z
Indexed on
2010/03/24
7:53 UTC
Read the original article
Hit count: 423
i have written following in index.pl
which is in=" C:\xampp\htdocs\perl "--folder
#!/usr/bin/perl
print "<html>";
print "<h2>PERL IT!</h2>";
print "this is some text that should get displyed in browser";
print "</html>";
when i type:
http://localhost:88/perl/ the above HTML doesn't get displayed
(i've tried in IE FF and chrome)
what would be the reason??
i have xampp and apache2.2 installed in system (windows XP)
© Stack Overflow or respective owner