![]() |
|
P is for Practical | |
PerlMonks |
Re^2: Problem with 'system' function in Windows Vistaby jdtoronto (Prior) |
on Mar 20, 2007 at 17:46 UTC ( #605719=note: print w/replies, xml ) | Need Help?? |
Hi Joost, The I keep forgetting what system(1, @command) does. (it's windows specific, right?)Is Windows specific, it is meant to give a non-blocking system call - it gets the result of the creation of the child process and returns it. I have also tried it without the 1, works as expected and gives the same error.
In Section
Seekers of Perl Wisdom
|
|