in reply to Looking for tutorials on making user interfaces in perl

The O'Reilly book Programming with Curses covers the C curses API. The Perl Curses module mirrors that, so it's quite useful for programming Perl curses apps as well. The book includes some introductory chapters on Curses GUI concepts and how the API is set up. My only experience writing Curses apps is with Perl, and I found the book quite useful for that purpose.
  • Comment on Re: Looking for tutorials on making user interfaces in perl

Replies are listed 'Best First'.
Re^2: Looking for tutorials on making user interfaces in perl
by aristotle73 (Sexton) on Jan 11, 2005 at 07:42 UTC
    I looked at the URL you posted and I just see a bunch of curses modules. How do I know which module I will need? Thx :D