in reply to Learning mod_perl
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Learning mod_perl
by ScooterQ (Pilgrim) on Jul 11, 2003 at 13:08 UTC | |
|
Re: Re: Learning mod_perl
by CodeJunkie (Monk) on Jul 11, 2003 at 16:03 UTC |