Re: "Perl is the duct tape of the Internet" and other musings

Roy T. Fielding (fielding@kiwi.ICS.uci.edu)
Fri, 10 Jul 1998 23:13:20 -0700


The secret to understanding the Web architecture is not to assume
it is like any other architecture (don't look for the distributed
objects -- even if they are there, they're not supposed to be visible).
CGI is not part of the web architecture, so you would get more insight
from playing with Robert's module API for Apache.

BTW, look into Apache + mod_php if you are going to work with databases.

....Roy