modperl book
--0016e6dbe5a33ec46d04894e8530
Content-Type: text/plain; charset=ISO-8859-1
I'm looking for recommendations for a good ModPerl book that does not assume
too much Perl background, any suggestions?
- Chris
--0016e6dbe5a33ec46d04894e8530
Content-Type: text/html; charset=ISO-8859-1
<div dir="ltr">I'm looking for recommendations for a good ModPerl book that does not assume too much Perl background, any suggestions?<div><br></div><div>- Chris</div></div>
--0016e6dbe5a33ec46d04894e8530--
Re: modperl book
Chris Datfung wrote:
> I'm looking for recommendations for a good ModPerl book that does not
> assume too much Perl background, any suggestions?
>
> - Chris
I have found this book to be extremely helpful
http://www.modperlcookbook.org/
if you get it, be sure to use the index on this website. The books index
is incomplete.
Object Oriented Perl by Damian Conway isn't mod_perl, but is extremely
helpful anyway.
A lot of mod_perl info is free on the net.
You will want to set up a practice server as you will make many mistakes!
Mod_perl isn't "hard" so much as it requires very careful, well written
perl. It is an excellent teacher
Good Luck,
Chris Bennett
Re: modperl book
> This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
--B_3359698174_6190310
Content-type: text/plain;
charset="US-ASCII"
Content-transfer-encoding: 7bit
Well, there probably isn't just one book that will fill that particular
void.
Writing fast, correct, and safe mod_perl is non-trivial, what with taint
mode, URL rewriting, handling SQL queries, caching, etc.
So there is sometimes a lot of non-perl-specific context that the mod_perl
interfaces give you access to that a higher-level mod_perl developer will
leverage.
A good mod_perl coder has to understand some or all of that context.
There is also apache 1.3 vs. 2.x to consider and the concomitant mod_perl
1.x vs 2.x codelines to deal with.
If you are deploying on apache 1.3, then I would start with
Practical mod_perl
<http://www.amazon.com/Practical-mod_perl-Stas-Bekman/dp/0596002270/ref=sr_1
_1?ie=UTF8&s=books&qid=1276878192&sr=8-1>
However, P m_p doesn't cover mod_perl2.
So if you need that, I would add
mod_perl 2 User's Guide
<http://www.amazon.com/mod_perl-Users-Guide-Stas-Bekman/dp/0977920119/ref=sr
_1_1?ie=UTF8&s=books&qid=1276878248&sr=8-1>
which, I'm told, is also available online.
I wound up spending most of my learning time in mp2 user's guide,
supplemented by
Pro Apache, Third Edition (Expert's Voice)
<http://www.amazon.com/Pro-Apache-Third-Experts-Voice/dp/1590593006/ref=sr_1
_1?ie=UTF8&s=books&qid=1276878391&sr=8-1>
for the details of the underlying mechanisms m_p was giving me access to.
Have fun...
-- jeff
On 6/18/10 7:10 AM, "Chris Datfung" <chris.datfung [at] gmail.com> wrote:
> I'm looking for recommendations for a good ModPerl book that does not assume
> too much Perl background, any suggestions?
>
> - Chris
>
--B_3359698174_6190310
Content-type: text/html;
charset="US-ASCII"
Content-transfer-encoding: quoted-printable
<HTML>
<HEAD>
<TITLE>Re: modperl book</TITLE>
</HEAD>
<BODY>
<FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"><SPAN STYLE=3D'font-size:11pt=
'>Well, there probably isn't just one book that will fill that particular vo=
id.<BR>
Writing fast, correct, and safe mod_perl is non-trivial, what with taint mo=
de, URL rewriting, handling SQL queries, caching, etc.<BR>
So there is sometimes a lot of non-perl-specific context that the mod_perl =
interfaces give you access to that a higher-level mod_perl developer will le=
verage.<BR>
A good mod_perl coder has to understand some or all of that context.<BR>
<BR>
There is also apache 1.3 vs. 2.x to consider and the concomitant mod_perl 1=
..x vs 2.x codelines to deal with.<BR>
<BR>
If you are deploying on apache 1.3, then I would start with<BR>
Practical mod_perl <<a href=3D"http://www.amazon.com/Practical-mod_perl-St=
as-Bekman/dp/0596002270/ref=3Dsr_1_1?ie=3DUTF8&s=3Dbooks &qid=3D1276878192&am=
p;sr=3D8-1">http://www.amazon.com/Practical-mod_perl-Stas-Be kman/dp/0596002270=
/ref=3Dsr_1_1?ie=3DUTF8&s=3Dbooks&qid=3D1276878192&a mp;sr=3D8-1</a>> <BR>
<BR>
However, P m_p doesn't cover mod_perl2.<BR>
So if you need that, I would add <BR>
mod_perl 2 User's Guide <<a href=3D"http://www.amazon.com/mod_perl-Users-G=
uide-Stas-Bekman/dp/0977920119/ref=3Dsr_1_1?ie=3DUTF8&s= 3Dbooks&qid=3D127687=
8248&sr=3D8-1">http://www.amazon.com/mod_perl-Users-Guid e-Stas-Bekman/dp/0=
977920119/ref=3Dsr_1_1?ie=3DUTF8&s=3Dbooks&qid=3D127 6878248&sr=3D8-1</a>&g=
t; <BR>
which, I'm told, is also available online.<BR>
<BR>
I wound up spending most of my learning time in mp2 user's guide, supplemen=
ted by <BR>
Pro Apache, Third Edition (Expert's Voice) <<a href=3D"http://www.am=
azon.com/Pro-Apache-Third-Experts-Voice/dp/1590593006/ref=3D sr_1_1?ie=3DUTF8&=
;s=3Dbooks&qid=3D1276878391&sr=3D8-1">http://www.ama zon.com/Pro-Apache-Thi=
rd-Experts-Voice/dp/1590593006/ref=3Dsr_1_1?ie=3DUTF8&s= 3Dbooks&qid=3D127687=
8391&sr=3D8-1</a>> <BR>
for the details of the underlying mechanisms m_p was giving me access to.<B=
R>
<BR>
Have fun... <BR>
<BR>
-- jeff<BR>
<BR>
On 6/18/10 7:10 AM, "Chris Datfung" <<a href=3D"chris.datfung [at] gm=
ail.com">chris.datfung [at] gmail.com</a>> wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE=3D"Calibri, Verdana, Helvetica, Arial"><=
SPAN STYLE=3D'font-size:11pt'>I'm looking for recommendations for a good ModPe=
rl book that does not assume too much Perl background, any suggestions?<BR>
<BR>
- Chris<BR>
<BR>
</SPAN></FONT></BLOCKQUOTE>
</BODY>
</HTML>
--B_3359698174_6190310--
Re: modperl book
On Fri, Jun 18, 2010 at 7:10 AM, Chris Datfung <chris.datfung [at] gmail.com> wrote:
> I'm looking for recommendations for a good ModPerl book that does not assume
> too much Perl background, any suggestions?
While not technically a book, many parts of the docs are available in
pdf form at http://perl.apache.org
For example, just replace the .html extension with .pdf:
http://perl.apache.org/docs/2.0/user/intro/overview.pdf