On Wed, Jul 28, 2004 at 11:57:40AM -0400, Robert wrote:
> I am running it under CGI. So far it is just data queries. A question I have
> then is how to I call the other modules? Do I just chain them?

Move functionality that isn't web-specific into it's own (non C::A)
module.  Call that module from your C::A module.

That step won't help your size, but it helps maintainability
considerably.  It also allows you to break up your C::A module without
duplicating code, since the parts that might be duplicated are now
modular.

-- 
SwiftOne  /  Brett Sanger
[EMAIL PROTECTED]   

---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/[EMAIL PROTECTED]/
              http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to