From 82207174ea4f565e571a9a0d21dd20a2f1b35e7e Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Thu, 3 Feb 2011 14:15:10 -0800 Subject: [PATCH] I want to work with perl 5.8, so print instead of say --- bin/feedGnuplot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/feedGnuplot b/bin/feedGnuplot index 3811546..70309a5 100755 --- a/bin/feedGnuplot +++ b/bin/feedGnuplot @@ -10,7 +10,7 @@ use Text::ParseWords; use Config; if (! $Config{'useithreads'}) { - say "I require a threaded perl"; + print "I require a threaded perl\n"; exit(0); }