I'm using CGI-App 4.01, installed from the ActiveState PPMs.  The
command I'm using is what I thought was a standard one:

self->mode_param( path_info => 1 );

I'm sorry if the solution is obvious, I just couldn't readily find the
answer on the CPAN docs, the wiki, or the list archives.

Thanks

Andrew


On 8/16/05, Mark Stosberg <[EMAIL PROTECTED]> wrote:
> On 2005-08-16, Andrew Main <[EMAIL PROTECTED]> wrote:
> > Hello folks
> >
> > I'm new to both CGI-App and IIS and having a little trouble getting
> > them to play nicely together.
> 
> What version of CGI::App. 4.0 had a related fix for IIS and PATH_INFO
> 
> > The CGI-App docs state that you should
> > be able to use URLs like this
> >
> > /cgi-bin/instance.cgi/edit_form?breed_id=2
> >
> > on any web server that supports CGI scripts to create a clear
> > separation between the form variables you submit and how you determine
> > the processing run mode.
> 
> That should be true, but you still have to use the correct syntax with
> the mode_param() method to make it happen. It's not the default.
> 
> Showing your syntax would be helpful.
> 
>     Mark
> 
> --
>  . . . . . . . . . . . . . . . . . . . . . . . . . . .
>    Mark Stosberg            Principal Developer
>    [EMAIL PROTECTED]     Summersault, LLC
>    765-939-9301 ext 202     database driven websites
>  . . . . . http://www.summersault.com/ . . . . . . . .
> 
> 
> ---------------------------------------------------------------------
> Web Archive:  http://www.mail-archive.com/cgiapp@lists.erlbaum.net/
>               http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
>

---------------------------------------------------------------------
Web Archive:  http://www.mail-archive.com/cgiapp@lists.erlbaum.net/
              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