Добрый день
On Tue, 24 Jul 2001, Alexander (Thor) Ivashchenko wrote:
>Да ждет больших кусков и показывает.
Мне показалось, что достаточно новой строки,
но словами html, к примеру, добавлением <br>
#!/usr/bin/perl
use strict;
use CGI qw(:standard);
$| = 1;
print header, start_html('test');
print h1('START');
my $i;
for ($i=0; $i<20; $i++) {
print '.','<br>';
sleep 1;
}
print h1('STOP');
print end_html;
>Vale!
--
С уважением,
Александр Сулима
=============================================================================
= Apache-Talk@xxxxxxxxxxxxx mailing list =
Mail "unsubscribe apache-talk" to majordomo@xxxxxxxxxxxxx if you want to quit.
= Archive avaliable at http://www.lexa.ru/apache-talk =
"Russian Apache" includes software developed
by the Apache Group for use in the Apache HTTP server project
(http://www.apache.org/) See
Apache LICENSE.
Copyright (C) 1995-2001 The Apache Group. All rights reserved.
Copyright (C) 1996 Dm. Kryukov; Copyright (C)
1997-2009 Alex Tutubalin. Design (C) 1998 Max Smolev.