I'm removing this answer since it's out-of-date and no one has been able to suggest a replaccement. I'll remove it from perlfaq.pod if we decide to ax it.
Index: perlfaq3.pod =================================================================== RCS file: /cvs/public/perlfaq/perlfaq3.pod,v retrieving revision 1.46 diff -u -d -r1.46 perlfaq3.pod --- perlfaq3.pod 13 Feb 2005 02:36:09 -0000 1.46 +++ perlfaq3.pod 11 Mar 2005 16:24:25 -0000 @@ -472,11 +472,6 @@ online manpages at http://www-users.cs.umn.edu/%7Eamundson/perl/perltk/toc.html . -=head2 How can I generate simple menus without using CGI or Tk? - -The http://www.cpan.org/authors/id/SKUNZ/perlmenu.v4.0.tar.gz -module, which is curses-based, can help with this. - =head2 How can I make my Perl program run faster? The best way to do this is to come up with a better algorithm. This -- brian d foy, [EMAIL PROTECTED]