in reply to Re^3: Print string in same line
in thread Print string in same line

Yeah its much better this way. But I think you forgot to mention to use the "use Win32::Console::ANSI" module. Because when I tried w/o this module there are extra characters displayed in the console and it kept appending to the previous string. Anyways thanks olus and to the others for the suggestions. I'll try to check which of these are more applicable for my script...thanks.