ycjj has asked for the wisdom of the Perl Monks concerning the following question:
I use IE to@test the source above, but I can't get the print result in time though I can get the result several miniutes later. Who can tell me How can I get the print result real time in IE? thank you!print "<html><head>...."; print "<body>"; while (1){ my handle(include some print command) } print "</body></html>";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How do I get the result in time in IE?
by Juerd (Abbot) on May 16, 2002 at 07:46 UTC |