This is the situation.
1) A Perl script is running on an NT Box from the command line of the console (it is on a timer). It has no output only updates a database... so far no problems...Script runs ok!!
2) BUT on certain conditions...it needs to start another sctipt (CGI) on a UNIX box. The UNIX sctipt also has no output..just copies some files around and exits.
Question: How do I get this UNIX cgi script to run?
1) A Perl script is running on an NT Box from the command line of the console (it is on a timer). It has no output only updates a database... so far no problems...Script runs ok!!
2) BUT on certain conditions...it needs to start another sctipt (CGI) on a UNIX box. The UNIX sctipt also has no output..just copies some files around and exits.
Question: How do I get this UNIX cgi script to run?