Help for this page

Select Code to Download


  1. or download this
      # loop through ref and extract only the column name
      my @cols;
      foreach my $i (0..$#{$ref})
      { push(@cols, $ref->[$i]->[3]); }