in reply to Re: system() - launch a program and return without waiting in Windows
in thread system() - launch a program and return without waiting in Windows
I don't see that in the docs for system() anywhere. Why does that work? In fact, it doesn't seem to work at all in cygwin or linux... It does work in active perl apparently, though I still don't see it in the docs even for active perl.
I was about to suggest system(@cmd) unless fork.
-Paul
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: system() - launch a program and return without waiting in Windows
by BrowserUk (Patriarch) on Dec 14, 2006 at 18:21 UTC |