Help for this page

Select Code to Download


  1. or download this
    sub datafilla {
      for my $y (1..5){
    ...
        $grand[$y] = $grand[$y-1] + ( ($e_diff<0) ? abs ($e_diff) : 0 );
      }
    }
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    
      return $html;
    }