Re: Newbie - Samples or Tutorials

2007-09-23 Thread Foo JH

aqua wrote:

Thanks for your email. I am actually looking for current mod perl related 
tutorials and not just Perl related. This HoptScripts site contains 3 mod_perl related 
tutorials and they are very old (2000).
Why not drop by Amazon and pick up the mod_perl 2 book instead? It's 
just released:

http://www.amazon.com/mod_perl-Users-Guide-Stas-Bekman/dp/0977920119


Re: Newbie - Samples or Tutorials

2007-09-20 Thread Nguyen Vu Hung
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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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
 



Re: Newbie - Samples or Tutorials

2007-09-20 Thread aqua

Thanks for your email. I am actually looking for current mod perl related 
tutorials and not just Perl related. This HoptScripts site contains 3 mod_perl 
related tutorials and they are very old (2000).

Best Regards
Dominic

  ---Original Message---
  From: Nguyen Vu Hung [EMAIL PROTECTED]
  Subject: Re: Newbie - Samples or Tutorials
  Sent: 20 Sep '07 06:45
  
  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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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
  
  
  


Re: Newbie - Samples or Tutorials

2007-09-20 Thread Perrin Harkins
On 9/19/07, Aqua [EMAIL PROTECTED] wrote:
 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.

Hmm, that is exactly what's on http://perl.apache.org/.

 Are there any simple sample mod_perl based applications available on the
 net?

Yes.  There are many on CPAN (try searching for Apache) and there are
some lists in the documentation:
http://perl.apache.org/products/products.html
http://perl.apache.org/products/app-server.html

 Any info on performace changes due to the use of mod_perl etc.

There's plenty of performance-related information on the site too.

If you're having trouble following this documentation and need a
gentler introduction, you should try one of the books:
http://perl.apache.org/docs/offsite/books.html

Most of the information in the mod_perl 1 books is still relevant on
the current release, especially if you use a layer like Mason or
ModPerl::Registry.

- Perrin


Re: Newbie - Samples or Tutorials

2007-09-19 Thread Perrin Harkins
On 9/18/07, Aqua [EMAIL PROTECTED] 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


RE: Newbie - Samples or Tutorials

2007-09-19 Thread 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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 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 [EMAIL PROTECTED] 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