in reply to Module questions

For what concerns your first question, you could check this thread.

Replies are listed 'Best First'.
Re: Re: Module questions
by costas (Scribe) on Apr 04, 2001 at 13:59 UTC
    Thanks, one more questions. Is Mod-perl the same as using perl with modules (eg CGI) or is it a different concept altogether?

      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