in reply to CGI/Perl vs PHP

Perl/CGI is largely obsolete at sites that must have scalability. This is not, however, due to any form of PHP. It is due to mod_perl, which allows programs written in Perl to communicate in a much more efficient manner with a web server than CGI.

Christopher E. Stith
use coffee;