|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
How can I use curses with Perl?by faq_monk (Initiate) |
| on Oct 08, 1999 at 00:12 UTC ( [id://531]=perlfaq nodetype: print w/replies, xml ) | Need Help?? |
|
Current Perl documentation can be found at perldoc.perl.org. Here is our local, out-dated (pre-5.6) version: The Curses module from CPAN provides a dynamically loadable object module interface to a curses library. A small demo can be found at the directory http://www.perl.com/CPAN/authors/Tom_Christiansen/scripts/rep; this program repeats a command and updates the screen as needed, rendering rep ps axu similar to top.
|
|