cvs commit: perlfaq perlfaq.pod perlfaq3.pod
[email protected] (brian d foy) 27 Mar 2005 07:21:22 -0000
| Newsgroups | perl.cvs.perlfaq |
|---|---|
| Message-ID | <[email protected]> |
cvsuser 05/03/26 23:21:22 Modified: . perlfaq.pod perlfaq3.pod Log: * How can I make my Perl program run faster? 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. Revision Changes Path 1.22 +1 -5 perlfaq/perlfaq.pod Index: perlfaq.pod =================================================================== RCS file: /cvs/public/perlfaq/perlfaq.pod,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- perlfaq.pod 31 Jan 2005 15:52:15 -0000 1.21 +++ perlfaq.pod 27 Mar 2005 07:21:21 -0000 1.22 @@ -1,6 +1,6 @@ =head1 NAME -perlfaq - frequently asked questions about Perl ($Date: 2005/01/31 15:52:15 $) +perlfaq - frequently asked questions about Perl ($Date: 2005/03/27 07:21:21 $) =head1 DESCRIPTION @@ -317,10 +317,6 @@ =item * -How can I generate simple menus without using CGI or Tk? - -=item * - How can I make my Perl program run faster? =item * 1.47 +1 -6 perlfaq/perlfaq3.pod Index: perlfaq3.pod =================================================================== RCS file: /cvs/public/perlfaq/perlfaq3.pod,v retrieving revision 1.46 retrieving revision 1.47 diff -u -r1.46 -r1.47 --- perlfaq3.pod 13 Feb 2005 02:36:09 -0000 1.46 +++ perlfaq3.pod 27 Mar 2005 07:21:22 -0000 1.47 @@ -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 @@ 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