in reply to Re: Alternating Integers and Commas in Regex
in thread Alternating Integers and Commas in Regex

thank you so much hdb!!!!! the match $10 can be split thusly: @{$D{$2}{exon_starts}} = split(/,/,$10);
  • Comment on Re^2: Alternating Integers and Commas in Regex