in reply to Overloading CGI::redirect
sub redirect { my ($self, $uri) = @_; $self::SUPER->redirect($uri); exit(0); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Overloading CGI::redirect
by Anonymous Monk on Apr 10, 2004 at 03:35 UTC | |
by iburrell (Chaplain) on Apr 13, 2004 at 17:18 UTC |