[cgiapp] Subclassing form

2002-06-10 Thread Seb
I'm just looking into CGI::Application, and after reading the pod and viewing the code, I have two main questions... (1) Should there be a NO_HEADERS and/or NO_OUTPUT (or similar) parameter that the run() method takes? I ask for two reasons: A. If I want to override the run method, for instance

Re: [cgiapp] Subclassing form, futher thoughts

2002-06-12 Thread Seb
On Wed, 12 Jun 2002 11:15:01 -0400, Jesse Erlbaum [EMAIL PROTECTED] spoke gently: Hi Sebastian -- Now, my index.cgi would look like this: #!/usr/bin/perl use CGI qw(:standard); my $q = new CGI; my $modules = { sales = 'Sales', invent = 'Inventory', }, };