in reply to Re^3: perl loop counterin thread perl loop counter
for (1..6000){ print "$_ " ; print "\n" if /00$/; select (undef,undef,undef,.0001); } [download]