Posted by:
CyberSpatium
(---.hsd1.or.comcast.net)
since we just made it possible to run perl scripts from your www directory, move your test.pl file to it:
F:/wamp/www
Test it:
[
localhost]
Also, all perl files have to have to have the correct location to perl on the very first line of code. So, open the file in a text editor and make sure the very top line is set to this:
#!F:/wamp/perl/bin/perl
If not, change it.
If that does not work, try change the file extention to cgi, and then test it again.
If you get any errors, let me know what errors you get.