On Thu, 5 Jul 2001, F.H wrote:

> I'd like to be able to print a string at a specific location . Is there any function 
>that does that.
> $test = "abcd';
> I want to print $test at position 20-25.
> I appreciate if someone can help

You will need something like the Curses module that will let you define
areas of the screen as windows and let you specifically set screen
locations.  Curses is available from CPAN.

-- Brett
                                   http://www.chapelperilous.net/btfwk/
------------------------------------------------------------------------
MATH AND ALCOHOL DON'T MIX!
        Please, don't drink and derive.

        Mathematicians
        Against
        Drunk
        Deriving

Reply via email to