On 6/10/07, Colin Wetherbee <[EMAIL PROTECTED]> wrote:
I know Apache2::Request is supposed to be able to grab CGI parameters; is that "better" than using CGI.pm?
It's faster, but CGI.pm fully supports Apache 2 and works fine. If speed is not an issue for you, it's fine to stick with your CGI.pm code. - Perrin