Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
    ...
         my @values3 = map {$values1[$_] - $values2[$_]} 0..$#values1;
         print $out "@values3 \n";
    }
    
  2. or download this
    foo bar baz
    43 41 67
    
  3. or download this
    foo bar baz
    41 2 60
    
  4. or download this
    Some new header to be determined
    2 39 7