On Tue, Dec 14, 2010 at 2:27 PM, Jan Gehring <c...@imail.com> wrote: > okay, i've browsed a little the "World Wide Web" list and i think the "CGI::" > namespace would fitt better, right? First i though for "WWW::" but it seems > to me that the most modules under this namespace are not for CGI/PSGI/FCGI > and so on.
I think those namespaces have the same problems as HTTP. The CGI bits are below the application layer and don't really have anything to do with what you are doing. Not only that, you don't even really need CGI to do what you're doing. What if someone wanted to use mod_perl instead? I don't have a better name for you at the moment. Maybe one of the other admins might be able to suggest something for use in web applications at that level. -- brian d foy <brian.d....@gmail.com> http://www.pair.com/~comdog/