in reply to Re: How do I get the process ID from a system("x &") call?
in thread How do I get the process ID from a system("x &") call?

On *nix systems, when you call system() with a single argument, something magic happens under the covers.
It happens on any system, actually, so long as we're talking about Perl scripts.

Makeshifts last the longest.

  • Comment on Re^2: How do I get the process ID from a system("x &") call?