![]() |
|
The stupid question is the question not asked | |
PerlMonks |
Re: printing in a specific area of the consoleby Speedy (Monk) |
on Feb 17, 2002 at 20:01 UTC ( [id://146034]=note: print w/replies, xml ) | Need Help?? |
I suspect you need to drop the \n at the end of the print statement (or each print is guaranteed to be on the next line), and on each loop iteration print only the "difference" between the value of the last $done ($done_last)? and the current $done (scaled appropriately). This will append the "new stuff" to what you have already printed.
self is an illusion
In Section
Seekers of Perl Wisdom
|
|