in reply to Re: Problem with header() method when extending CGI.pm
in thread Problem with header() method when extending CGI.pm

Hi kwoff

You put $this->SUPER::new() in void context (not assigned to anything).

Thank you kwoff, I changed the line to  $this=$this->SUPER::new({}); and it works fine. I guess you knew it would :-)

Thanks

thinker