modperl 2

2002-06-08 Thread Jaberwocky
I figured this would be the place wheresomeone would know... Does any one know of any modperl 2 resources? mailing lists, stuff like that. I know it's in dev but I'm having serious problems finding anything.. Thanks for any help

Seg fault on apache start

2002-05-18 Thread Jaberwocky
I'm having some problems with this. Apache seg faults on the call to parse... This is the code I'm calling: package Something::Configure; sub new{my $pkg = shift;my %params = @_;my $debug = (exists $params{debug} ? $params{debug} : 0 );my $file = (exists $params{file} ? $params{file} :

Re: Modifying @INC via startup.pl

2002-05-18 Thread Jaberwocky
I did this: use lib qw(path to files); That adds the path to @INC. Someone correct me if that's the wrong way to do things - Original Message - From: Gregory Matthews [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, May 18, 2002 6:12 PM Subject: Modifying @INC via startup.pl