$|++; re(); sub re { print '.'; select undef,undef,undef,0.01; re() }