in reply to CGI::Application redirect not working
sub redirect { my ($self, $location) = @_; $self->header_type('redirect'); $self->header_add(-location => $location); return; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: CGI::Application redirect not working
by Anonymous Monk on Mar 21, 2013 at 01:46 UTC |