in reply to system() and backticks question
I hate to sound like a broken record, but some sample code would probably help, as we could then see what might be causing the problem. In general though, you should note that system doesn't return standard out, so you should only use backticks for that. System only returns the exit code. As for the problem you describe, I haven't experienced that on my linux boxes, so that is why the code snippet may help.
Scott
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: system() and backticks question
by softworkz (Monk) on Sep 05, 2001 at 20:50 UTC |