Changes

From Biolecture.org

Basic Perl Grammar

303 bytes added, 21:34, 14 June 2016
no edit summary
<p>exit;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;: Instruction for end of the program</p>
<p>* Another way to read whole&nbsp;lines in a file&nbsp; - use array variable (@)</p> <p>Ex) @DNASeq = &lt;DNAFILE&gt;;&nbsp;&nbsp;&nbsp;&nbsp; : Array variable&nbsp;consists of n components.</p> <p>First line will be stored in a first component and second line will be stored in a second component and so on.</p>
<p>&nbsp;</p>

Navigation menu