Introduction to mod_perl (part 4): Perl Basics (
Page 1 of 9 )
Now that you have mod_perl installed, you can move on to learning how to use it. This article will run you through some basic Perl concepts to start with.Before I delve into the details of mod_perl programming in the future
articles it's probably a very good idea to review some very important
Perl basics. You will discover these invaluable when you start coding
for mod_perl. I will start with pure Perl notes and gradually move to
explaining the peculiarities of coding for mod_perl, presenting the
traps one might fall into and explaining things obvious for some of us
but may be not for the others.