in reply to Re: open2() in Windows
in thread open2() in Windows
Whats weird is if I open up the program manually and execute the commands that my script does by hand everything works fine. This is why I thought it was some kind of Windows buffer error.open2(read,write,program); for (executes about 6000 times) { print write $cmd; #This works fine and dandy until about usually 3500 iter +ations into the loop, and its the same command everytime. Sometimes +I even get to 5000 iterations into the loop before the program hangs. }
|
|---|