Help for this page

Select Code to Download


  1. or download this
        # get column names
        foreach $col (sort keys %{$ref}){
    
  2. or download this
        # get column names
        my @col_order = qw( Condition  Cshift );
        foreach $col (@col_order){