in reply to
Re: Overloading CGI::redirect
in thread
Overloading CGI::redirect
Where'd you learn $self::SUPER->method? I don't think that works.
Comment on
Re: Re: Overloading CGI::redirect
Replies are listed 'Best First'.
Re: Re: Re: Overloading CGI::redirect
by
iburrell
(Chaplain)
on Apr 13, 2004 at 17:18 UTC
I got the syntax wrong. It should be
$self->SUPER::method()
,
[reply]
[d/l]
In Section
Seekers of Perl Wisdom