sub redirect { my ($self, $uri) = @_; $self::SUPER->redirect($uri); exit(0); } [download]
In reply to Re: Overloading CGI::redirect by iburrell in thread Overloading CGI::redirect by esskar