quote - flush
Matt S Trout [Tue, 10 Nov 2020 19:50:02 +0000 (19:50 +0000)]
quotefile

index 569c6e6..4f5f135 100644 (file)
--- a/quotefile
+++ b/quotefile
@@ -13575,3 +13575,8 @@ Sounds easy but the process is painstaking.
     someone to brew a perl5 porter ;-)
 < leont_> How hard can it be to convince a British sponsor to fund that?
 < BinGOs> perl5 porter: strong, smooth and disagreeable
+%
+< huf> you can just flush it with $fh->autoflush($_) for 1, 0;
+< gordonfish> huf: Isn't that just $fh->flush ?
+< mst> select((select($fh), $| = 1, $| = 0)[0]);
+< huf> well now, that's a sight for sore eyes