How to config to run perl on wamp server. I configured as follows [phpflow.com]. But run perl then error 500 Internal Server Error
run: localhost/hello.pl
content file hello.pl
#!C:\Perl\bin
print "Hello";
run: localhost/hello.pl
content file hello.pl
#!C:\Perl\bin
print "Hello";