in reply to Re^2: system() behaviour within object(class) instance
in thread system() behaviour within object(class) instance
Have you checked that you are calling the external program with the right arguments? try replacing the command by "echo" and see what is printed.
If everything else fails, try some process monitoring tool like (depending of your OS) truss, strace, ktrace, etc. (btw, make it monitor forked child processes).
Maybe the program you are calling is waiting for some input from stdin, maybe $param is undef...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: system() behaviour within object(class) instance
by Robot (Novice) on Apr 24, 2005 at 17:50 UTC |