Help for this page

Select Code to Download


  1. or download this
        my $avgRatio = makeRatioAvg ( $ratio_ref );
        my $final    = makeFinal( $avgRatio ); 
    ...
        my @final = map { [ $first[$_] ] , [ $second[$_] ] } 0 .. $#first;
        return \@final;
    }
    
  2. or download this
    sub spankTheMonkey {
        my( $infh ) = @_;
    ...
    } ## end sub spankTheMonkey
    
  3. or download this
    sub DoWorkOriginal {
        my( $firstinput, $secondinput, $inFile, $outFile ) = @_;
    ...
        close $curInfile;
        close $OUT1;
    } ## end sub DoWorkOriginal