in reply to Interactive "Less Screen" Possible?

One option is the library curses aka ncurses. There seem to be a few CPAN modules to get access to this C library, see Curses.

  • Comment on Re: Interactive "Less Screen" Possible?

Replies are listed 'Best First'.
Re^2: Interactive "Less Screen" Possible?
by bigbot (Beadle) on Aug 24, 2011 at 02:09 UTC
    Thanks. Is anyone aware of a way to use Term::Cap to "repaint" the screen without scrolling? Basically creating an environment similar to less, where once I quit the information printed is gone with the interactive screen.