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.
- A Term::ReadKey question -- keep cursor put! Matt Cauthorn
- RE: A Term::ReadKey question -- keep cursor... Pate Mark-marpate1
- RE: A Term::ReadKey question -- keep cu... Brett W. McCoy
- RE: A Term::ReadKey question -- keep cursor... mark crowe (JIC)
- RE: A Term::ReadKey question -- keep cu... Dave Newton
- RE: A Term::ReadKey question -- keep cursor... Wagner-David
- Re: A Term::ReadKey question -- keep cursor... Evgeny Goldin (aka Genie)
- Re: A Term::ReadKey question -- keep cu... Steven Scott
- RE: A Term::ReadKey question -- keep cursor... Pate Mark-marpate1
- RE: A Term::ReadKey question -- keep cu... Dave Newton