I have a program that takes about a second to go round a loop. Every time it does so, I want to print a dot ('.') to standard out, so that I can see that something is happening. If I just use 'print "."', nothing is output until I print a newline. What should I be using? Nigel