>
> > sub first_class {
>
> couldn't you just override this method to make it do what works best for
> dav?
>I do that anyway, because the first_class method contains other Apache specific things (like checking for pool). I have done this in many places to spearate generic code from mod_perl specific. The difference here is, that I don't understand under which circumstances it makes sense to take the return type instead of the first argument for guessing the target package of the function. At the moment I can't imagine a situation where this makes sense, so I failed to understand the reason why you did it. Because of that I can't decide how to handle this for the generic situation (mod_dav was only an example), because the generic code should of course behave in a way to catches most cases and we override for the specfic ones (of course). If you have a example function where this takeing of return type makes sense, it would help me very much. Thanks Gerald ------------------------------------------------------------- Gerald Richter ecos electronic communication services gmbh Internetconnect * Webserver/-design/-datenbanken * Consulting Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925131 WWW: http://www.ecos.de Fax: +49 6133 925152 ------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
