From: "Thilo Planz" <[EMAIL PROTECTED]>
>
>So what I usually do here is make packages
That makes sense. I put my database stuff in "db.pl" and require it. So,
what's the advantage of putting it in db.pm as a package. I've never quite
understood why packages are preferred. To me, it seems like requ
From: Thilo Planz <[EMAIL PROTECTED]>
> > If this is correct, won't mod_perl execute
> > cgiapp_init multiple times? My variables will be re-initialized when
> > that
> > may not be what I want?
>
> Yes, cgiapp_init is run for every request.
> Using plain CGI that makes no difference, but using