Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

mod_perl startup.pl

Quote Reply
mod_perl startup.pl
I've just become a proud owner of Links SQL and I've also downloaded the trial version of Gossamer Forum. I have a question regarding the mod_perl startup file. According to the instructions:

Links startup:
Code:
use lib '/home/www/perl/links/admin';
use Links::mod_perl;


Forum startup:
Code:
use lib '/home/www/perl/gforum/admin';
$GForum::mod_perl::admin = '/home/www/perl/gforum/admin/admin.cgi';
require GForum::mod_perl;


Do I really need to require both mod_perl modules from both applications? If I only need one of them, which one... the use or require, and is there any reason why one is using and one is requiring?

I'm also amazed at the plugin system used in Gossamer products! It's going to make hacking so much easier and more robust!
Subject Author Views Date
Thread mod_perl startup.pl paulj 2358 Feb 15, 2002, 9:22 AM
Thread Re: [paulj] mod_perl startup.pl
Alex 2276 Feb 15, 2002, 9:41 AM
Thread Re: [Alex] mod_perl startup.pl
paulj 2264 Feb 15, 2002, 1:52 PM
Post Re: [paulj] mod_perl startup.pl
Alex 2233 Feb 18, 2002, 11:14 PM