If I am writing to a file using normal buffered PerlIO, which at least on my system (Perl 5.8.6 for Win32) seems to use 4k buffers, and I interrupt the program with Ctrl-C, will it flush the buffers? If not, is there anything I can do to coax it into doing so? Cheers,