mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-09-18 10:28:12 +08:00
no longer using 'say' to stay compatible with older perls
This commit is contained in:
@@ -193,7 +193,7 @@ GetOptions(\%options,
|
||||
# handle various cmdline-option errors
|
||||
if( $options{help} )
|
||||
{
|
||||
say STDERR $usage;
|
||||
print STDERR "$usage\n";
|
||||
exit 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user