Difference between revisions of "Sept 13-19"
Jump to navigation
Jump to search
(One intermediate revision by one other user not shown) | |||
Line 15: | Line 15: | ||
*[[Exercise 6.3]] | *[[Exercise 6.3]] | ||
*[[Exercise 6.7]] | *[[Exercise 6.7]] | ||
+ | |||
+ | <b><u>HOMEWORK</u></b> | ||
+ | |||
+ | Damian: | ||
+ | *[[Exercise 6.2D]] | ||
+ | *[[Exercise 6.3D]] | ||
+ | *[[Exercise 6.7D]] |
Latest revision as of 11:41, 18 December 2009
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:
HOMEWORK
Damian: