On Fri, 8 Jun 2001, [iso-8859-1] Vontel Girish wrote:
> I want to know what is the difference between perl and
> mod_perl
What do you mean by 'difference'? mod_perl is Perl, but it is an Apache
module that enables one to create high-performance CGI scripts by
embedding a Perl interpreter in
At 06:07 AM 6/8/01 +0100, Vontel Girish wrote:
>I want to know what is the difference between perl and
>mod_perl
Perl is a general purpose programming language. mod_perl is an Apache
module for implementing dynamic web content. Using mod_perl for your
dynamic web content, you'll write you