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