in reply to Re: How does system(1,"foo") work on Windows?
in thread How does system(1,"foo") work on Windows?

I think the more specific link should be perlport (and then scroll down to "system"). This notes that system(1, @args) does the magic thing, and also that it's Win32 specific (which is a bit of a shame).

--
.sig : File not found.

  • Comment on Re^2: How does system(1,"foo") work on Windows?