[cgiapp] Redirect Question

Stephen Carville stephen.carville at gmail.com
Tue Jun 2 17:48:20 EDT 2009


On Tue, Jun 2, 2009 at 1:49 PM, Michael Peters <mpeters at plusthree.com> wrote:

> You could just not do a redirect (which uses HTTP and makes the browser go
> fetch another URL). You could instead just return the run mode you want.
> Something like this:
>
>    return $ok ? $self->splash : $self->error;

That works quite well.  Thank you.

Learned something new today...

-- 
Stephen Carville


More information about the cgiapp mailing list