in reply to Re: Porting to mod_perl issues
in thread Porting to mod_perl issues

I just removed use strict; and left package Northlands::Global; on global.pl. By using &Northlands::Global::somesub(); I can now call my subroutines from another script. However, this isn't working with $dbh for the DB connection, as it returns "Can't call method "prepare" on an undefined value".

- Ralph.