imlou has asked for the wisdom of the Perl Monks concerning the following question:
i've never run into code like this, though my knowledge of perl isn't that deep either. Thanks.while($seq =~/(ATG)(...)*?(?=TAA|TAG|TGA)/og){ $start = length($'); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: explanation of code pls
by Enlil (Parson) on Dec 06, 2003 at 21:05 UTC | |
|
Re: explanation of code pls
by graff (Chancellor) on Dec 06, 2003 at 21:05 UTC | |
|
Re: explanation of code pls
by jweed (Chaplain) on Dec 06, 2003 at 21:06 UTC | |
|
Re: explanation of code pls
by duff (Parson) on Dec 06, 2003 at 21:14 UTC | |
|
Re: explanation of code pls
by bradcathey (Prior) on Dec 06, 2003 at 21:02 UTC |