|
|
|
good chemistry is complicated, and a little bit messy -LW |
|
| PerlMonks |
Calling a method inside CGI script using system callsby Anonymous Monk |
| on Sep 28, 2000 at 14:50 UTC ( [id://34398]=perlquestion: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question: ⭐ (cgi programming)
When I call the run_actuals method in Unix Server. It ran a file
named web.template and output the result to the file web.template.output.
This is exactly what i typed in unix server:
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: 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. I don't understand why I can run the same method manually on the Unix Server, but I cannot run it from my CGI script... Thanks in advance, if you know the answer Originally posted as a Categorized Question.
Back to
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||