Perl sections from within a module

2001-11-22 Thread Issac Goldstand
Is there a way of doing configuration work (the equivalent of Perl sections) from within modules? I ask both for subroutines which are called at server startup (from mod_perl_start.pl) and from other handlers... Thanks in advance, Issac Internet is a wonderful mechanism for making a fool

Re: Perl sections from within a module

2001-11-22 Thread Stas Bekman
Issac Goldstand wrote: Is there a way of doing configuration work (the equivalent of Perl sections) from within modules? I ask both for subroutines which are called at server startup (from mod_perl_start.pl) and from other handlers... Yup, just modify things in Apache::ReadConfig package.