in reply to Re^2: Text file to Excel with perlin thread Text file to Excel with perl
I guess it looks like buffer issue, do you have $|=1; at the begin of the script? if not add and try again.