From 4d61736896bb21e83cfc089fff19821027ab8515 Mon Sep 17 00:00:00 2001 From: Dima Kogan Date: Wed, 26 Jan 2011 21:55:40 -0800 Subject: [PATCH] no longer using 'say' to stay compatible with older perls --- bin/feedGnuplot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/feedGnuplot b/bin/feedGnuplot index 7f68ac9..39c48ba 100755 --- a/bin/feedGnuplot +++ b/bin/feedGnuplot @@ -193,7 +193,7 @@ GetOptions(\%options, # handle various cmdline-option errors if( $options{help} ) { - say STDERR $usage; + print STDERR "$usage\n"; exit 0; }