mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-06 06:21:16 +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
|
# handle various cmdline-option errors
|
||||||
if( $options{help} )
|
if( $options{help} )
|
||||||
{
|
{
|
||||||
say STDERR $usage;
|
print STDERR "$usage\n";
|
||||||
exit 0;
|
exit 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user