So long as you're printing on an ANSI-compatible terminal, you can control the cursor by means of escape sequences. The easiest way to do this would be the
Term::ANSIScreen module from CPAN. You can see an example here.
stephen
Comment on Re: printing in a specific area of the console