Return-Path: Delivered-To: apmail-perl-modperl-archive@www.apache.org Received: (qmail 98994 invoked from network); 20 Sep 2007 06:46:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Sep 2007 06:46:11 -0000 Received: (qmail 92609 invoked by uid 500); 20 Sep 2007 06:45:58 -0000 Delivered-To: apmail-perl-modperl-archive@perl.apache.org Received: (qmail 92593 invoked by uid 500); 20 Sep 2007 06:45:58 -0000 Mailing-List: contact modperl-help@perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list modperl@perl.apache.org Received: (qmail 92582 invoked by uid 99); 20 Sep 2007 06:45:58 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Sep 2007 23:45:58 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [202.32.8.193] (HELO tyo201.gate.nec.co.jp) (202.32.8.193) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Sep 2007 06:45:55 +0000 Received: from mailgate3.nec.co.jp (mailgate53.nec.co.jp [10.7.69.161]) by tyo201.gate.nec.co.jp (8.13.8/8.13.4) with ESMTP id l8K6jQUU000999; Thu, 20 Sep 2007 15:45:26 +0900 (JST) Received: (from root@localhost) by mailgate3.nec.co.jp (8.11.7/3.7W-MAILGATE-NEC) id l8K6jQi12232; Thu, 20 Sep 2007 15:45:26 +0900 (JST) Received: from yonosuke.jp.nec.com (yonosuke.jp.nec.com [10.26.220.15]) by mailsv.nec.co.jp (8.11.7/3.7W-MAILSV-NEC) with ESMTP id l8K6jPC04148; Thu, 20 Sep 2007 15:45:25 +0900 (JST) Received: from [10.21.42.215] ([10.21.42.215] [10.21.42.215]) by mail.jp.nec.com with ESMTP; Thu, 20 Sep 2007 15:45:25 +0900 Message-Id: <46F21705.7020901@cnt.mxt.nes.nec.co.jp> Date: Thu, 20 Sep 2007 15:45:25 +0900 From: Nguyen Vu Hung User-Agent: Thunderbird 2.0.0.4 (Windows/20070604) MIME-Version: 1.0 To: Aqua CC: Perrin Harkins , modperl@perl.apache.org Subject: Re: Newbie - Samples or Tutorials References: In-Reply-To: X-Enigmail-Version: 0.95.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org Hotscripts.com has tons of tutorials[1] and sample code[2] By reading such tutorials, you will be able to write code, quite fast, but dirty. After that, a reference and actual code from *good* perl applications are your good friends. See [2]. For the performance of mp, speaking of my own experience: It is fast in comparison with other languages. But you can google. [1] http://www.hotscripts.com/CGI_and_Perl/Tips_and_Tutorials/index.html [2] http://www.hotscripts.com/CGI_and_Perl/ NVH Aqua ????????: > Thanks and I have alreday seen these documentations. > > But actually I am looking for few simple materials (tutorials) which will > help my team to learn mod_perl tricks and enable them to build simple > application to start with. > > Are there any simple sample mod_perl based applications available on the > net? Any info on performace changes due to the use of mod_perl etc. > > Appreciate your help in this regard. > > Best Regards > Dominic > > -----Original Message----- > From: pharkins@gmail.com [mailto:pharkins@gmail.com]On Behalf Of Perrin > Harkins > Sent: Wednesday, September 19, 2007 8:14 PM > To: Aqua > Cc: modperl@perl.apache.org > Subject: Re: Newbie - Samples or Tutorials > > > On 9/18/07, Aqua wrote: >> Someone please point me to a good tutorial or sample page. > > There's tons of documentation at http://perl.apache.org/, and there > are multiple books available as well. If these aren't helping you, > please tell us specifically what you need help with. > > - Perrin >