Worked for me, quite well except for:
print "HTTP/1.0 200 OK\n";
Which errored. If you get rid of it, it works still. If it doesn't work for
you, it shouldn't be a browser error but a server one, I guess.
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL
> R u looking 4 "nph-push"?
>
> #! /usr/bin/perl
>
> $|=1; # don't buffer output
> $BOUNDARY="--start-new-page-here--"; # seperates html pages
>
> print "HTTP/1.0 200 OK\n";
> print "Pragma: no-cache\n";
> print "Content-type: multipart/
On Mon, 9 Sep 2002 14:31:44 +0300, [EMAIL PROTECTED] (Hytham Shehab)
wrote:
> > $|++;
> this won't work man
> u didn't get my q,
> i need to push data into output without the need to recall the entire
>script
> to print the whole plus the new data, i want em to print only the new data.
> thx
R u
Hytham,
try cpan.org search CGI::state this might help
Brad
-Original Message-
From: "Hytham Shehab" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Date: Mon, 9 Sep 2002 14:31:44 +0300
Subject: Fw: output pushing
> $|++;
this won't work man
u didn
> $|++;
this won't work man
u didn't get my q,
i need to push data into output without the need to recall the entire
script
to print the whole plus the new data, i want em to print only the new data.
thx
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAI