mod_perl is just Perl running built into the Apache server. It's not a new language, you just need to learn some new APIs. The only major difference is that mod_perl programs persist, rather than being run from scratch every time you run a .pl or a .cgi.
You really need to be familiar with OO perl and writing modules tho'. So if you don't know that learn that first.
On the mod_perl front I'd start by giving the mod_perl guide then dig into one of the many books, articles and tutorials and presentations that are available.
In reply to Re: Learning mod_perl
by adrianh
in thread Learning mod_perl
by CodeJunkie
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |