[an error occurred while processing this directive]

Как в Perl/PHP выводить данные без буферизации, не дожидаясь конца строки
Perl:
   "$!=1;" или "use IO::Handle; FH->autoflush(1);"
PHP:
   После каждой операции вывода вызывать flush();
 
03.05.2003
Ключи: php, string, buffer, io, perl / Лицензия: CC-BY
Раздел:    Корень / Программисту и web-разработчику / PHP / Конструкции языка и функции

[an error occurred while processing this directive]

[an error occurred while processing this directive]