http://qs321.pair.com?node_id=366742


in reply to Re^3: Draft - Writng pluggable programs with perl.
in thread Draft - Writng plugable programs with perl.

Why do you say that a context object too complex? Doesn't it help reduce complexity?

Imagine a web application framework that needs to pass the request, the response, a database handle, an error logging object, a template, a user information object, etc. What would you recommend in place of a context object to handle this?