Re: Mod_Perl2 getting started
Jordan Michaels <[email protected]>
| Newsgroups | gmane.comp.apache.mod-perl |
|---|---|
| Message-ID | <[email protected]> |
I'd recommend the book: http://www.amazon.com/Writing-Apache-Modules-Perl-C/dp/156592567X It's a bit old but many of the topics in it are still relevant and useful. Plus, with it being so old, you can get used copies of it very affordably. Hope this helps! Warm Regards, Jordan Michaels On 08/21/2012 12:27 PM, [email protected] wrote: > Hi, > I’m finding the online documentation regarding mod_perl2 confusing > with regards to all the various modules dealing with request structures etc: > APR::Request, Apache2::Request, Apache2::RequestRec, Apache2::Upload, > etc. > Does anyone know of a tutorial or example code that sorts these out? > Ideally a simple one module working code response handler that > illustrates access to the > parsed request, > handles args as querystrings and Post data, uploads a file or > two, and returns an html > page to the requestor. Anyone have something like that? > Thanks very much in advance, > Joe N