Hi there, On Tue, 4 Feb 2003, Rob Lambden wrote:
> I have written a request handler in Perl. I recently changed some code > in this to convert from using CGI within mod_perl to using Apache::Registry. It's generally best to write handlers. If you have written a handler, in general I think you should stay with it. The Apache::Registry handler is really a kludge to get legacy scripts going and it isn't intended that you would use it for new code. There are lots of things to think about (including traps for the unwary:), and a great deal of documentation in the mod_perl Guide to help you. 73, Ged.