Hello All -
I'm getting below mentioned error while running a perl script.
-------------------------------------------------------
ERROR:
trying to GET /shell-cgi/jscompiler.pl, send-cgi reports: could not send new process (File not found)
cgi_send:cgi_start_exec d:\programs\shell-cgi\jscompiler.pl failed
--------------------------------------------------------
Here is how I'm calling it. Basically I would like to see the output of the perl script in the HTML
<FRAMESET COLS="55%,45%">
<FRAME SRC=" NAME="compile">
<FRAME SRC="index.html" NAME="appstatus">
</FRAMESET>
I have installed ActivePerl on that PC and .pl is associated with PERL.
The HTML is running on Sun One web server. Not sure what's the problem. Really appreciate any suggestions.
Thanks
I'm getting below mentioned error while running a perl script.
-------------------------------------------------------
ERROR:
trying to GET /shell-cgi/jscompiler.pl, send-cgi reports: could not send new process (File not found)
cgi_send:cgi_start_exec d:\programs\shell-cgi\jscompiler.pl failed
--------------------------------------------------------
Here is how I'm calling it. Basically I would like to see the output of the perl script in the HTML
<FRAMESET COLS="55%,45%">
<FRAME SRC=" NAME="compile">
<FRAME SRC="index.html" NAME="appstatus">
</FRAMESET>
I have installed ActivePerl on that PC and .pl is associated with PERL.
The HTML is running on Sun One web server. Not sure what's the problem. Really appreciate any suggestions.
Thanks