From 153045d95a480a234213f616423b24ddf568214f Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Sun, 6 Dec 2009 14:20:51 -0800 Subject: [PATCH] don't need to autoflush STDOUT since I'm not using it Ignore-this: 2a146ee2c7f2d31b301b8dbbc9afdcb1 darcs-hash:20091206222051-0cb85-f1b9ce050557a2b9b6797b8a3ece9386972a405e.gz --- driveGnuPlots.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/driveGnuPlots.pl b/driveGnuPlots.pl index fbc4ba0..bc2eb8d 100755 --- a/driveGnuPlots.pl +++ b/driveGnuPlots.pl @@ -8,8 +8,6 @@ use Data::Dumper; use threads; use Thread::Queue; -autoflush STDOUT 1; - my $usage = < --[no]stream Do [not] display the data a point at a time, as it comes in