I have a number of file descriptors open in a thread, I need to flush all of them at once. In C there is a function fflush(NULL); wich flushes all current open descriptors, is there something similar in perl that can do that? Any help would be appreciated, many thanks.
Scuzz. (;