chuckecheese
Programmer
Hi there,
in desperate need of a solution to enable the execution of a perl script from a cgi script.
Scenario: Web form used to gather arguments for perl script, submitted to 'wrapper' like cgi script in order to parse the info. I would like to use the info to execute a system command something like the following:
system(rsh $hostname /perlprogpath/perlprog -arg1 value1);
I cannot seem to get this to work at all. My current cgi script prints out some html message (confirmation) and then has the system call below, but it never gets executed? HELP!
Any information or leads as to where I can learn about how to implement this would be much appreciated.
in desperate need of a solution to enable the execution of a perl script from a cgi script.
Scenario: Web form used to gather arguments for perl script, submitted to 'wrapper' like cgi script in order to parse the info. I would like to use the info to execute a system command something like the following:
system(rsh $hostname /perlprogpath/perlprog -arg1 value1);
I cannot seem to get this to work at all. My current cgi script prints out some html message (confirmation) and then has the system call below, but it never gets executed? HELP!
Any information or leads as to where I can learn about how to implement this would be much appreciated.