Help for this page

Select Code to Download


  1. or download this
    %{$view} = (
            108A => {4=>[ 52, 54, 56.5, 34 ]},
    ...
            1069 => {4=>[ 31, 32.3, 51], 6=>[23, 45, 12.5], 7=>[23,45.6,12
    +]},
            1069 => {4=>[ 35.1, 22, 40], 9=>[12, 12, 11.5] }
          );
    
  2. or download this
    do{
        my $tmp=$nextlog->getNextLogFromView($view);   
    ...
        #NOT SURE HOW TO ADD average from 1069 (which has two values) with
    + every single myc2i or values the array inside second hashes.
        }
    }