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(..);
>              $app->mode_param(sub {'run_mode'}); #this will set the run mode

Thanks for sharing this Michael. 

Question: What happens if you model is named:

My::CamelCaps

Will it figure out that I mean

"CamelCaps" and not "Camelcaps" ?

Also, what about the edge case of having a module name 
with an underscore in it? 

        Mark



---------------------------------------------------------------------
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