( 05.07.11 16:43 -0400 ) Perrin Harkins: > Okay, where are you getting stuck?
apache [mod_perl] seg faults on startup. > > it works on perl 5.8.x but not on earlier versions [upgrading is not an > > option at this time]. > What does? calling a subroutine that initializes a global data structure in a different namespace [ie, %PACKAGE::dbHash]. the subroutine goes to the db, grabs the data, and pushes it onto a hash. i think the problem was traced to Apache::DBI not being able to handle the request so early. i've just found Tie::DBI which may help. -- \js oblique strategy: decorate, decorate