in reply to
CGI.pm Causes Slowdown
If you are using mod_perl (such as with Apache::Registry), you might want to consider
Apache::Request
and
Apache::Cookie
. These modules are smaller and faster than CGI.pm, and do not have the HTML formatting functions. Thanks,
techy
Comment on
Re: CGI.pm Causes Slowdown
In Section
Seekers of Perl Wisdom