in reply to Re: No grokkage on regex search/replace
in thread No grokkage on regex search/replace

It really would be better if you used for(my $i=$#string;$i >= 0; $i--) unless you're sure you don't want to print $string[0]

--
TTTATCGGTCGTTATATAGATGTTTGCA

  • Comment on Re: Re: No grokkage on regex search/replace