We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b911e24 commit 3e2e382Copy full SHA for 3e2e382
pod/perlvar.pod
@@ -1842,7 +1842,6 @@ B<Examples:>
1842
$is_buf = $|; # Get the current autoflush status
1843
1844
STDOUT->autoflush(1); # Enable autoflush for STDOUT
1845
- STDERR->autoflush(0); # Disable autoflush for STDERR
1846
1847
B<Warning:> C<$|> tells you only if you have asked Perl explicitly to
1848
flush after each write. It is still possible the channel may be buffered
0 commit comments