Help for this page
my $min = $values[0]; my $max = $values[0]; ... $min = $value if $value < $min; $max = $value if $value > $max ; }
my $firstMatchline; ... $firstMatchline //= $.; ... }