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