;
> On 2002.05.28 04:03 Jeff A wrote:
> >
> > > From: Andrew McNaughton [mailto:[EMAIL PROTECTED]
> > > Sent: 27 May 2002 21:02
> > > To: Ian D. Stewart
> > ...
> > > You miss most of the advantage of debian's package management
> > >
My guess is that some error message is terminating your headers before the
content-type is sent. stdout and stderr get buffered independently so the
stderr can come out of your script first, even if it's generated later in
your code.
* Set $|=1; as the first thing you do in your test script, imm
Sounds to me like you're not setting your content-type correctly for some
reason. Have a look at the headers being sent out. It's either not
sending this header, or it's sending something the browser doesn't know
what to do with.
Andrew
On Sun, 26 May 2002, Ian D. Stewart wrote:
> Date: Sun
3 matches
Mail list logo