Help for this page

Select Code to Download


  1. or download this
    if( my( $start, $stop ) = $line =~ m{ < (\d+) \.\. > (\d+) }x ) {
      $n++;
      print OUT qq{$start, $stop, $header\n};
    }