mirror of
https://github.com/dkogan/feedgnuplot.git
synced 2025-05-05 22:11:12 +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})
|
||||
{
|
||||
say STDERR "Tried to exceed the --maxcurves setting.";
|
||||
say STDERR "Invoke with a higher --maxcurves limit if you really want to do this.";
|
||||
print STDERR "Tried to exceed the --maxcurves setting.\n";
|
||||
print STDERR "Invoke with a higher --maxcurves limit if you really want to do this.\n";
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user