Is there a 'print' option/escape character the sends the file pointer ( for STDOUT in this case ) back to the beginning of the line?
Sure is. Try ending your lines with a "\r" instead of a "\n". Works on Unix at least.
James
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>