in reply to Re: Module questions
in thread Module questions

Thanks, one more questions. Is Mod-perl the same as using perl with modules (eg CGI) or is it a different concept altogether?

Replies are listed 'Best First'.
Re: Re: Re: Module questions
by davorg (Chancellor) on Apr 04, 2001 at 14:04 UTC

    mod-perl is something completely different. It's using an Apache module which embeds the Perl interpreter into your Apache executable, thereby eliminating the start-up costs of running a CGI process (amongst other things). See perl.apache.org for more details.

    --
    <http://www.dave.org.uk>

    "Perl makes the fun jobs fun
    and the boring jobs bearable" - me