Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Problem with header() method when extending CGI.pm

by kwoff (Friar)
on Jan 09, 2002 at 23:57 UTC ( [id://137543]=note: print w/replies, xml ) Need Help??


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

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

Replies are listed 'Best First'.
Re: Re: Problem with header() method when extending CGI.pm
by thinker (Parson) on Jan 10, 2002 at 00:25 UTC
    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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://137543]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (4)
As of 2024-04-25 14:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found