Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question: ⭐ (cgi programming)
in case you wanted to know, the file web.template is in cgi-bin. It works perfect. But I could not run the same method from inside my cgi script. The command I gave to call and run the file is this:( /GPP/bin/run_actuals web.template & )
I moved the web.template file away from cgi-bin and tried to run it again. but I still could run the method inside my CGI script.system("/GPP/bin/run_actuals /GPP/web/cgi-bin/web.template");
Originally posted as a Categorized Question.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Calling a method inside CGI script using system calls⭐
by Fastolfe (Vicar) on Sep 28, 2000 at 19:08 UTC | |
|
Re: Calling a method inside CGI script using system calls
by Jouke (Curate) on Sep 28, 2000 at 19:03 UTC | |
|
Re: Calling a method inside CGI script using system calls
by Anonymous Monk on Sep 28, 2000 at 23:02 UTC |