Perl program doesn't get displayed in browser (windows)
Posted
by Dextar
on Server Fault
See other posts from Server Fault
or by Dextar
Published on 2010-03-24T07:35:52Z
Indexed on
2010/03/24
7:43 UTC
Read the original article
Hit count: 340
system info: i have installed XAMPP on my machine having Window XP OS .
also installed Apache2.2,
now, i have created two folders in C:\xampp\htdocs they are php and perl .
these folder contains programs in their respective languages (ie index.php and index.pl respectively)
when i type in browser : http: //localhost:88/php/ the program in index.php gets executed and o/p is displayed in browser
but , when i type: http://localhost:88/perl/ browser displays a blank page
PROBLEM : how to run .pl file in above scenario ?
© Server Fault or respective owner