Help for this page

Select Code to Download


  1. or download this
       
    while( <INTERVAL> ) {
        my( $start, $end ) = split "\t", $_;
    
  2. or download this
    
    foreach my $interval (<INTERVAL>){
    ...
        my $start = $find_interval[1]; 
        my $end = $find_interval[2];