I am getting the internal server error when run the perl script.I put the file into the cgi-bin folder and set the permission 755. please let me know the How can I resolve this?
There are two files in cgi-bin folder.One is perldigger.cgi. It is working fine its url is http://mts.marketsignalsoftware.com/cgi-bin/perldigger.cgi and the 2nd is test.cgi. It is giving the internal error. I wrote the simple code into it and url is http://mts.marketsignalsoftware.com/cgi-bin/test.cgi.
#!/usr/bin/perl -w
# Program to do the obvious
print 'Hello world.';
# Print a message
Thanks