[cgiapp] Re: ANNOUNCE: CGI-Application-Dispatch-0.01

2004-09-17 Thread Mark Stosberg
On 2004-09-16, Michael Peters [EMAIL PROTECTED] wrote: Question: What happens if you model is named: My::CamelCaps Will it figure out that I mean CamelCaps and not Camelcaps ? Nope. If you can think of a good way for this to happen then I'm all ears. Maybe there could be another

Re: [cgiapp] Re: ANNOUNCE: CGI-Application-Dispatch-0.01

2004-09-16 Thread Michael Peters
Mark Stosberg wrote: On 2004-09-13, Michael Peters [EMAIL PROTECTED] wrote: or this (vanilla cgi) /app/index.cgi?/module_name/run_mode?extra_stuff... into something that will be functionally similar to this my $app = Module::Name-new(..);