Force STDOUT into raw mode.

This commit is contained in:
hjp 2006-01-02 15:18:46 +00:00
parent 2bc741058c
commit 698bae6afb
1 changed files with 2 additions and 0 deletions

2
tsplot
View File

@ -2,6 +2,8 @@
use strict; use strict;
use TimeSeries; use TimeSeries;
binmode STDOUT, ':raw';
my $ts = TimeSeries->new(); my $ts = TimeSeries->new();
while (<>) { while (<>) {
my @legend = split; my @legend = split;