sub redirect { my ($self, $location) = @_; $self->header_type('redirect'); $self->header_add(-location => $location); return; }
In reply to Re: CGI::Application redirect not working
by saberworks
in thread CGI::Application redirect not working
by shak380
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |