I am trying to run a perl script, and for that i have added the necessary code as listed in
But I am getting Error 500--Internal Server Error. On viewing the log fole, i see the following message
CGIServlet: Failed to exec CGI script:index.pl
I am not sure, where i am doping wrong. pls help.
Also, i see that perl.exe as specified in the
<init-param> <param-name>*.pl</param-name> <param-value>/bin/perl.exe</param-value> </init-param>
is not present under the bin folder. In fact, I gave a search for perl.exe, and I didn't find it. let me know, if I need to install it separately.
Subendu
But I am getting Error 500--Internal Server Error. On viewing the log fole, i see the following message
CGIServlet: Failed to exec CGI script:index.pl
I am not sure, where i am doping wrong. pls help.
Also, i see that perl.exe as specified in the
<init-param> <param-name>*.pl</param-name> <param-value>/bin/perl.exe</param-value> </init-param>
is not present under the bin folder. In fact, I gave a search for perl.exe, and I didn't find it. let me know, if I need to install it separately.
Subendu