in reply to calling external programs via cgi perl script
Well, considering you've given very few details and none of the code you're trying to use it could be anything. Your code could be wrong. The program you're trying to run might have some dependencies on its environment that's not set when run from under your webserver. It could require a TTY. There could be permissions problems (file ownership, the UID you're running as could be unable to write something, . . .).
So no, probably not going to get much help. More specifics possibly will rectify that.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: calling external programs via cgi perl script
by echoangel911 (Sexton) on Mar 23, 2007 at 03:20 UTC | |
by Fletch (Bishop) on Mar 23, 2007 at 04:37 UTC | |
by cdarke (Prior) on Mar 23, 2007 at 10:07 UTC | |
by echoangel911 (Sexton) on Mar 23, 2007 at 13:56 UTC | |
by Fletch (Bishop) on Mar 23, 2007 at 14:57 UTC |