diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-04-01 07:19:27 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-04-01 07:19:27 +0000 |
commit | 571e049f835793c9e2ebba49d438be94a271f3ee (patch) | |
tree | 89bfff66d1eefdd66203cfcadb432d7dfe9620c2 /pod/perlfaq3.pod | |
parent | 3a89a73cb887422a8ff6ad0a1a2725cc8f177fb7 (diff) | |
download | perl-571e049f835793c9e2ebba49d438be94a271f3ee.tar.gz |
FAQ sync.
p4raw-id: //depot/perl@24128
Diffstat (limited to 'pod/perlfaq3.pod')
-rw-r--r-- | pod/perlfaq3.pod | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/pod/perlfaq3.pod b/pod/perlfaq3.pod index 7dede4c75d..b166f3264c 100644 --- a/pod/perlfaq3.pod +++ b/pod/perlfaq3.pod @@ -1,6 +1,6 @@ =head1 NAME -perlfaq3 - Programming Tools ($Revision: 1.46 $, $Date: 2005/02/13 02:36:09 $) +perlfaq3 - Programming Tools ($Revision: 1.47 $, $Date: 2005/03/27 07:21:22 $) =head1 DESCRIPTION @@ -472,11 +472,6 @@ http://www.cpan.org/authors/Stephen_O_Lidie/ , and the 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 |