Help for this page

Select Code to Download


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