--- "Brice, Charles" <[EMAIL PROTECTED]> wrote: > Hi all > > I am new to Perl. Is there a way to > print to the screen by using x and y > coordinates? For example if you print > a box composed of asterisks such as > the following: > > columns -> > 1 2 3 > r 0123456789012345678901234567890 > o 1 > w 2 **************** > s 3 * * > 4 * * > | 5 * * > v 6 * * > 7 **************** > 8 > 9 > 10 > > is it then possible to reposition the > cursor and print a value at row 4 column 10? > > Thank you for any help. > Charles >
use Curses; perldoc Curses Jonathan Paton NB: Unix only __________________________________________________ Do You Yahoo!? Everything you'll ever need on one web page from News and Sport to Email and Music Charts http://uk.my.yahoo.com -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
