
Beginning Perl for Bioinformatics
This ebook may not meet accessibility standards and may not be fully compatible with assistive technologies.
The interesting thing about this program is that it shows how reading from a file works.
Every time you read into a scalar variable such as $protein, the next line of the file is
read. Something is remembering where the previous read was and is picking it up from
there.
On the other hand, the drawbacks of this program are obvious. Having to write a few
lines of code for each line of an input file isn't convenient. However, there are two Perl
features that can handle this nicely: arrays (in the next section) and loops (in Chapter
5)
Details
- Publication Date
- Apr 23, 2019
- Language
- English
- ISBN
- 9780359609079
- Category
- Biographies & Memoirs
- Copyright
- All Rights Reserved - Standard Copyright License
- Contributors
- By (author): Caleb Behme
Specifications
- Format