From 698bae6afbe0db27e7400843bf64ba17a6fe0f7b Mon Sep 17 00:00:00 2001 From: hjp Date: Mon, 2 Jan 2006 15:18:46 +0000 Subject: [PATCH] Force STDOUT into raw mode. --- tsplot | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tsplot b/tsplot index 4ea0151..b7fe042 100755 --- a/tsplot +++ b/tsplot @@ -2,6 +2,8 @@ use strict; use TimeSeries; +binmode STDOUT, ':raw'; + my $ts = TimeSeries->new(); while (<>) { my @legend = split;