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