Does that make sense :) ??
Yes. Just print a \r to move the cursor back to the beginning of the line.
perl -e '$|=1; print "\rLine $_" and sleep 1 for 1..3; print "\n"'
Nice, that does it perfectly, thanks Bob for the \r
Thanks also to Chris for the same idea but different character :)
Have a gdood one guys!
Lee.M - JupiterHost.Net
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>