Changes
From Biolecture.org
PERL
,no edit summary
"Micro" => "prof.M",
);</pre>
<p><span style="font-size:14px">2) <strong>Function</strong></span></p>
<p> </p>
<p>for ($s=0; $s<3; $s++)</p>
<p>= to recognzie triple bases</p> <p>substr($text,0,$s);</p> <p>= return the characters from specific location</p> <p>= return characters from text file from 0 location for length $s</p>