On Mon, 16 Jul 2001, Geoffrey Young wrote:
 
> well, I was kinda thinking along the lines of having command_table() write
> out the module record using a generic subroutine to handle a given phase
> plus the name of the handler (if you can pass arguments to the subroutines
> there, I didn't investigate).  

i was thinking 'PerlModule Foo' would see if the
subroutine Foo::REGISTER_HOOKS exists, and if so call it at the same time
Apache runs register_hooks.  then that sub could call:
Apache::hook_header_parser(\&header_parser_handler);
Apache::register_output_filter(__PACKAGE__,
                               \&output_filter,
                               Apache::FTYPE_CONTENT);

and the like.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to