perl program doesn't work in windows
- by dexter
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)