in reply to Re: Unwanted appearance of "Content-type..."
in thread Unwanted appearance of "Content-type..."
and it worked perfectly. And thanks for the explanation as well. Looks like I need to do some more reading about HTTP protocols.if ( $newcookie ) { print $query->header(-cookie=>$newcookie,-type=>'text/html'); } else { print "Content-type: text/html\n\n"; } print $template->output();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Unwanted appearance of "Content-type..."
by BUU (Prior) on May 03, 2004 at 22:36 UTC | |
by bradcathey (Prior) on May 04, 2004 at 00:19 UTC | |
by Anonymous Monk on May 04, 2004 at 05:04 UTC |