Help for this page

Select Code to Download


  1. or download this
    s/[()]//g;
    @t=split(/\t/,$_);
    
  2. or download this
    my $yn = ($count ge 3) ? 'Y' : 'N';
    print OUT join("\t", @t[1..4], ${yn}, $t[6..8]), "\n";