in reply to Re: open3, process sychronization problem
in thread open3, process sychronization problem
thanks mark,
another problem is that, I read from process and write to it only after polling its o/p, but sometime the process doesnt flush its o/p in my $read variable ( if its not stdout) , causing my program to loop infinitly, is there any library like comm.pl or ptty in window which could solve my problem?