From 1e729e3b06f06d26d0f25f66c1fe19e626ab3a65 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Sat, 23 Oct 2010 01:15:42 -0700 Subject: [PATCH] say -> print for perl 5.8 compatibility --- feedGnuplot.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/feedGnuplot.pl b/feedGnuplot.pl index 794c4e6..17b7f01 100755 --- a/feedGnuplot.pl +++ b/feedGnuplot.pl @@ -510,8 +510,8 @@ sub newCurve if(scalar @curves >= $options{maxcurves}) { - say STDERR "Tried to exceed the --maxcurves setting."; - say STDERR "Invoke with a higher --maxcurves limit if you really want to do this."; + print STDERR "Tried to exceed the --maxcurves setting.\n"; + print STDERR "Invoke with a higher --maxcurves limit if you really want to do this.\n"; return; }