Perl resources
Perl versions and modules
Perl debugging
Web performance tweaks
- ModPerl - mod_perl for Apache, particularly useful on Windows to improve performance with Apache
- SpeedyCGI - alternative to mod_perl, for when you can't reconfigure Apache
Perl Tutorials
Perl Reference Info
Perl books
- Perl for Web Site Management
looks like a good first book for those who want to learn Perl, including CGI and web-related topics
- http://www.perl.com
has pointers to other books - Learning Perl is intended for experienced programmers, Programming Perl is the main reference. The Perl Cookbook is particularly good once you have mastered the basics.
-
- Free online Perl books
from Wrox Press, including Beginning Perl (see reviews
).
Perl news
Getting help on Perl
- Perl Monks
is a good Perl resource. Click on "Seekers of Perl Wisdom" to ask a question. Very responsive community.
Development environment
- VimEditor - powerful editor with syntax highlighting
- ExuberantCtags - builds index of Perl subroutines for easier navigation within editors
- CvsReadme - version control system used by developers of TWiki and plugins
- Also useful for local version control, or just use RCS
Questions:
- Changing multiple files: When you make a change to, for example a variable name that might need to be changed in several files, do you have any recommendations for the easiest approach? Anybody use anything like an editor that can hold multiple Perl files and make global changes across all the files? SED? ??
- I use the
perl -pi.bak "s/foo/bar/" * approach, which edits files in place - see WindowsInstallCookbook, 'Editing the CGI scripts' and 'Re-locking RCS files' sections. Very powerful, but also quite dangerous! [ RichardDonkin 30 Mar 2002 ]
(Poll and codebase questions moved to CodebaseQuestions) - RD
--
RandyKramer - 09 Jul 2001
Excellent idea for a page, but hard to find!
We need more index pages to find useful pages like this. A big part of the solution is having a better
WebForm setup for Codev - see
TWikiPatches and
TWikiExtraFeatures for some discussion...
I've added some resources above.
--
RichardDonkin - 30 Mar 2002
Actually my favourite Perl site is
Google
...
--
MartinEllison - 17 May 2002