Hey, thank's for the answers !
Although, I didn't ask the question but I was occasionally thinking
about it. "\r" and "\b" - great !
As once I was pointed to the ASCII character causing the printer to
start a new page .. Btw, I've forgot it - does anybody know it ?
11 ?

> I'm very new to perl (a week or so), so this may not be the best way to do
> this, but....
> for ($i=0; $i<10; $i++) {printf "%d\r",$i;}

Don't overuse printf - you may be regular to it after C but it
should only be used when it's formatting capabilities required.
For simple print ( 95% of cases ? ) "print" is just fine.


Reply via email to