From: Matt S Trout Date: Tue, 10 Nov 2020 19:50:02 +0000 (+0000) Subject: quote - flush X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8a08bcbde6d8672eb34c36d097a3d01ae024316e;p=scpubgit%2Fmst-quotefile.git quote - flush --- diff --git a/quotefile b/quotefile index 569c6e6..4f5f135 100644 --- 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