Dennis Stout wrote: > ARHG. > > I want to stay as far away from use CGI; as possible =/
Why? > > *sigh* > > mod_perl and the methods available in the apache request object > shuold beable to replace CGI.pm entirely, especially when you have a > highly customized RequestHandler :/ I think this is misleading. mod_perl and CGI.pm address different areas. CGI.pm is mod_perl-aware, and plays nicely with it. There is some overlap, but not much. I use CGI.pm extensively under mod_perl, using both standard CPAN handlers like Apache::Registry as well as several custom handler classes. The preloading and speed benefits of mod_perl largely overcome the traditional objections to CGI.pm and make in much more attractive, IMHO. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]