Movatterモバイル変換


[0]ホーム

URL:


variables /$|
(source,CPAN)
You are viewing the version of this documentation from Perl 5.8.0.View the latest version
#HANDLE->autoflush(EXPR)
#$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 underrsh and want to see the output as it's happening. This has no effect on input buffering. See"getc" in perlfunc for that. (Mnemonic: when you want your pipes to be piping hot.)

Perldoc Browser is maintained by Dan Book (DBOOK). Please contact him via theGitHub issue tracker oremail regarding any issues with the site itself, search, or rendering of documentation.

The Perl documentation is maintained by the Perl 5 Porters in the development of Perl. Please contact them via thePerl issue tracker, themailing list, orIRC to report any issues with the contents or format of the documentation.


[8]ページ先頭

©2009-2025 Movatter.jp