Help for this page
until($cnt == "100"){ print "COUNT IS $cnt\n"; sleep 5; $cnt++; }
open SYS, "c:\\temp\\junk.exe |" or die "$!"; $oldfh=select(SYS); ... print } close SYS;