mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-06 06:21:16 +08:00
say -> print for perl 5.8 compatibility
This commit is contained in:
parent
f5ee508d25
commit
1e729e3b06
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user