David Wheeler wrote:
On Thursday, February 20, 2003, at 09:41  PM, Stas Bekman wrote:

startup.pl?

Won't work too well in a module, I think. I have a workaround for my problem for now, but it ain't pretty.
Why not? Use a separate module to drive the others?

package My::PostConfig;

BEGIN {
  # whatever needs to be done for other modules
}
1;

startup.pl:
-----------
use My::PostConfig


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to