in reply to Any limitations to system() command?
You need to go into a bit more detail than "fail to work". What error message(s) are you getting? Does what gets run fork off any persistent children (i.e. could you possibly be hitting up against either a per-user or machine wide process limit)? Are you running this in a non-shell environment (e.g. from cron or as a CGI)?
See also How (Not) To Ask A Question.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Any limitations to system() command?
by magic_yang (Initiate) on Feb 27, 2006 at 20:11 UTC |