roseberry123 has asked for the wisdom of the Perl Monks concerning the following question:
Hi,
When I make a system() call in a cgi/perl script, the program being called is not executed--that is, when I open the .cgi file with a web browser, nothing happens (and no errors either), I just get a blank screen.
When I try the same system() command in a normal perl script, everything works fine.
Does this have anything to do with the location of the program? I use the absolute path to the program as argument to system(), but it doesn't help.
I'm not sure what other information I should provide.
Any help much appreciated.
Thank you, rb123
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: system call in cgi/perl script on linux
by kutsu (Priest) on Jun 17, 2004 at 13:28 UTC | |
|
Re: system call in cgi/perl script on linux
by Roger (Parson) on Jun 17, 2004 at 13:31 UTC | |
by Anonymous Monk on Jun 17, 2004 at 14:33 UTC | |
by Roger (Parson) on Jun 18, 2004 at 00:41 UTC | |
by Anonymous Monk on Jun 18, 2004 at 04:24 UTC | |
|
Re: system call in cgi/perl script on linux
by bibo (Pilgrim) on Jun 17, 2004 at 13:29 UTC | |
|
Re: system call in cgi/perl script on linux
by ambrus (Abbot) on Jun 18, 2004 at 08:26 UTC |