Sept 13-19
Revision as of 21:15, 28 September 2009 by Erika (talk | contribs) (New page: Return to Bioinformatics <b>Summary for Week 3</b> Chapter 6, "Subroutines and Bugs" introduces the usage of subroutines to perform repeated tasks. Several examples teach us how to i...)
Return to Bioinformatics
Summary for Week 3
Chapter 6, "Subroutines and Bugs" introduces the usage of subroutines to perform repeated tasks. Several examples teach us how to implement subroutines in our programs. The text then walks us through a basic tutorial of using the Perl debugger.
An interesting note is that only in Chapter 6 is the command "use strict;" introduced. We have been using this command in our programming up until this point though the author had not. He suggests that it is too much for beginning programmers to deal with until they have practiced some with programming basics.
HOMEWORK
Erika: