Help for this page

Select Code to Download


  1. or download this
       if( ($counter > $pos_end) && ($orf_counter < @orf_array_pos) ) 
      and
    
  2. or download this
       
      if( ($counter >= $pos_start) && ($counter <= $pos_end) )
    
  3. or download this
    
      #! /usr/local/bin/perl -w
    ...
    
    
      print "\n";