- or download this
#use GD;
use strict;
...
push @x, $value[0]-7;
push @y, $value[1];
- or download this
if(@$x1) {
$$max = $y->[-1] if $y->[-1] > $max;
$$min = $y->[-1] if $y->[-1] < $min;
- or download this
if(@$x) {
$$max = $y->[-1] if $y->[-1] > $$max;
...
return $.; ## Number of lines
}