Help for this page

Select Code to Download


  1. or download this
    #$method_line = $_;    #lines with the methods/results for each one
    $method_line = $lines[$i];
    chomp($method_line);
    
  2. or download this
    #unshift @AoA, [ @methods ];
    unshift @AoA, [ @split_header ];