http://www.perlmonks.org?node_id=51114


in reply to use CGI or die;

For Apache's mod_perl there is excelenet CGI.pm alternative: libapreq. But this is only available under mod_perl, as it uses Apache's internals.

Replies are listed 'Best First'.
Re: Re: use CGI or die;
by thaigrrl (Monk) on Jan 18, 2001 at 02:30 UTC
    I totally agree with you gildir. This is the method I prefer, it's a lot faster, we tested this through our module site, the site is quick to load because it doesn't have to access CGI.pm everytime. Apache::Request and Apache::Cookie are great too. =D