Skip to content

Commit 3e2e382

Browse files
Remove example for setting autoflush to zero
1 parent b911e24 commit 3e2e382

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pod/perlvar.pod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1842,7 +1842,6 @@ B<Examples:>
18421842
$is_buf = $|; # Get the current autoflush status
18431843

18441844
STDOUT->autoflush(1); # Enable autoflush for STDOUT
1845-
STDERR->autoflush(0); # Disable autoflush for STDERR
18461845

18471846
B<Warning:> C<$|> tells you only if you have asked Perl explicitly to
18481847
flush after each write. It is still possible the channel may be buffered

0 commit comments

Comments
 (0)