Help for this page

Select Code to Download


  1. or download this
    sub IncrData {
       my $key = shift;
    ...
    
    } # IncrData
    
  2. or download this
    my @data = (
               ["1.6","2.2","3.4","3.6","5.4","6.2","7.1", "8.1", "9.0"],
    ...
    1.1, 1.6, 2.2, 3.4, 3.5, 3.6, 5.4, 6.2, 7.1, 8.1, 9.0, 9.5
    1, 1, 2, 6, 1, 6, 3, 15, 4, 3, 4, 2
    1, 1, 1, 2, 2, 3, 3, 4, 4, 6, 6, 15