Thanks Perrin, Long story short, I'm in the process of moving to another machine. I wanted to ask you though, is there any modules I should stay away from loading in startup.pl? Should DBI and DBD be loaded within each script and not within startup? I've always been under the impression that if it was a module that I was going to be using in the majority of my scripts then I should put it in startup. Was that thinking wrong? TIA!!!
________________________________ From: Perrin Harkins [mailto:phark...@gmail.com] Sent: Thu 1/14/2010 4:30 PM To: cfaust-dougot Cc: modperl@perl.apache.org Subject: Re: Apache Blank Pages On Wed, Jan 13, 2010 at 5:52 PM, cfaust-dougot <cfa...@doyougot.com> wrote: > Below is what I currently call in startup, by any chance does anything pop > out at you? Nope, those all look fine to me. > Other wise I'll start going though them one at a time. A binary search is good for this sort of thing. - Perrin