Help for this page

Select Code to Download


  1. or download this
    use strict; 
    use warnings;
    ...
        }
    
    print for @column;
    
  2. or download this
     
                            if(abs($count)>=7) {
                 chomp($column[$_]);
    ...
                       $column[$number] = $column[$number]."\tOUT\n";     
    +  #OUT if < 8
                       $number++;
                 }