ask 02/03/01 21:38:22 Modified: eg README Removed: eg httpd.conf.pl perl_sections.txt perl_sections_2.txt perlio.pl registry.pl startup.pl test.pl Log: remove obsolete exampels Revision Changes Path 1.2 +15 -9 modperl/eg/README Index: README =================================================================== RCS file: /home/cvs/modperl/eg/README,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- README 6 Dec 1997 17:56:39 -0000 1.1 +++ README 2 Mar 2002 05:38:22 -0000 1.2 @@ -1,15 +1,21 @@ -These are just some simple examples to get you going. -See modules in the lib/ directory for examples of implementing -handlers for other stages of a request to the Apache httpd. +To get started please check out: -Also see: +The mod_perl guide, + http://perl.apache.org/ + +Writing Apache Modules with Perl and C + http://www.modperl.com/ + +the mod_perl developer's cookbook: + http://www.modperlcookbook.org/ + +The Apache:: modules on CPAN: + http://search.cpan.org/search?mode=module&query=Apache + +... and of course the mod_perl mailinglist: + mail [EMAIL PROTECTED] < /dev/null -The Apache/Perl module list: -http://perl.apache.org/dist/apache-modlist.html -The Apache/Perl contributed modules and examples: -http://perl.apache.org/src/contrib/ -CGI.pm's examples/ directory