ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 

  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА














     АРХИВ :: Apache-Talk
Apache-Talk mailing list archive (apache-talk@lists.lexa.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re[2]: [apache-talk] traceroute



Hello German,

>> > Здраствуйте! Можете объяснить чайнику, что значит $| = not 0;
>> > И в данном случае Перл используется как CGI?
>> $| = 1;
>>
>> not 0 = 1;
>> not 1 = 0;

GR> :-) Это-то понятно :-)
GR> Мне интересно, что это на самом деле делает?
Отключает буферизацию вывода.

http://www.perldoc.com/perl5.6/pod/perlvar.html

$OUTPUT_AUTOFLUSH
$|

If  set to nonzero, forces a flush right away and after every write or
print  on  the  currently  selected  output  channel.  Default  is   0
(regardless of whether the channel is really buffered by the system or
not;  $|  tells you only whether you've asked Perl explicitly to flush
after each write). STDOUT will typically be line buffered if output is
to the terminal and block buffered otherwise. Setting this variable is
useful  primarily when you are outputting to a pipe or socket, such as
when  you  are  running  a  Perl program under rsh and want to see the
output  as  it's happening. This has no effect on input buffering. See
perlfunc/getc  for  that.  (Mnemonic:  when  you want your pipes to be
piping hot.)

Best regards,
 Andrew Sitnikov                         
 e-mail : sitnikov@infonet.ee
 GSM    : (+372) 56491109

=============================================================================
=               Apache-Talk@lists.lexa.ru mailing list                      =
Mail "unsubscribe apache-talk" to majordomo@lists.lexa.ru if you want to quit.
=       Archive avaliable at http://www.lexa.ru/apache-talk                 =



 




Copyright © Lexa Software, 1996-2009.