I have been coding with perl and I am doing some calculations, which are taking some time in a long for loop... Size of the loop is given by the user.
So in every ten seconds or so, I want to print some info on screen, without using sleep function, because there are other things going on and I don't want to waste time on sleep function.
Any ideas?