From 65e999da12ea6d88e7703a89932b30b9ccbfcdb6 Mon Sep 17 00:00:00 2001 From: Michael Denkowski Date: Thu, 5 Sep 2013 11:26:22 -0700 Subject: Unbuffered mode, flush after each line where possible, skip otherwise --- corpus/support/quote-norm.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'corpus/support/quote-norm.pl') diff --git a/corpus/support/quote-norm.pl b/corpus/support/quote-norm.pl index b104e73c..57f4ad77 100755 --- a/corpus/support/quote-norm.pl +++ b/corpus/support/quote-norm.pl @@ -1,4 +1,5 @@ #!/usr/bin/perl -w +$|++; use strict; use utf8; binmode(STDIN,"utf8"); -- cgit v1.2.3