![]() |
|
Perl Monk, Perl Meditation | |
PerlMonks |
Re: question about running a system and a perl function backgroundby ikegami (Patriarch) |
on Dec 03, 2004 at 06:24 UTC ( [id://412054]=note: print w/replies, xml ) | Need Help?? |
; doesn't work in Windows. Not even from the prompt. Use && instead of ;, and it works. (Tested using system 1, ( "echo aaa > file1 && copy file1 file2 > nul" );). Use wait to detect when a child terminates.
In Section
Seekers of Perl Wisdom
|
|