BrentDax has asked for the wisdom of the Perl Monks concerning the following question:

Does anyone know where I could find a good, simple tutorial on using Apache::Registry? If it helps, I am using CGI.pm.
Thanks...

=cut
--Brent Dax

@HPAJ=split("", "rekcaH lreP rentonA tsuJ"); print reverse @HPAJ; #sucky but who cares?

Replies are listed 'Best First'.
Re: Good mod_perl tutorial
by davemabe (Monk) on Feb 22, 2001 at 02:12 UTC
Re: Good mod_perl tutorial
by Maclir (Curate) on Feb 22, 2001 at 03:59 UTC
Re: Good mod_perl tutorial
by LD2 (Curate) on Feb 22, 2001 at 02:14 UTC
Re: Good mod_perl tutorial
by aardvark (Pilgrim) on Feb 22, 2001 at 03:36 UTC
    O'Reilly has put up a sample chapter for the book 'Writting Apache Modules with Perl and C', which covers Apache::Registry.

    Link to chapter
    http://www.oreilly.com/catalog/wrapmod/chapter/ch04.html
    Link to Apache::Registry section
    http://www.oreilly.com/catalog/wrapmod/chapter/ch04.html#3278

    It's really a good place to start learning about mod_perl, since it was written by the author of mod_perl and the author of CGI.pm.
Re: Good mod_perl tutorial
by Jonathan (Curate) on Feb 22, 2001 at 03:38 UTC
    If you don't mind paying, the 'Eagle' also has a good section - certainly helped me a lot recently.