mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-09-21 21:44:53 +08:00
say -> print for perl 5.8 compatibility
This commit is contained in:
@@ -510,8 +510,8 @@ sub newCurve
|
|||||||
|
|
||||||
if(scalar @curves >= $options{maxcurves})
|
if(scalar @curves >= $options{maxcurves})
|
||||||
{
|
{
|
||||||
say STDERR "Tried to exceed the --maxcurves setting.";
|
print STDERR "Tried to exceed the --maxcurves setting.\n";
|
||||||
say STDERR "Invoke with a higher --maxcurves limit if you really want to do this.";
|
print STDERR "Invoke with a higher --maxcurves limit if you really want to do this.\n";
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user