Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi wise monks! I need to write an script which need to get some characters at fixed location of the screen. Anyone knows any module or script with and can help? Best Regards.

Replies are listed 'Best First'.
(jeffa) Re: Screen Characters
by jeffa (Bishop) on Jul 30, 2002 at 14:55 UTC
Re: Screen Characters
by Nightblade (Beadle) on Jul 30, 2002 at 14:55 UTC
    if(HTML) the use HTML text formating tags else if(Unix Console) use Term::ANSIScreen or Term::Screen module else if(Win32 Command prompt) use Win32::Console module