Exercise 6.2: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
Exercise 6.2 in <i>Beginning Perl for Bioinformatics</i></b> | Exercise 6.2 in <i>Beginning Perl for Bioinformatics</i></b> | ||
I had some trouble with this one. I can't get the subroutine to return values. I'm not sure I understand how the arguments are read by the subroutine. | I had some trouble with this one. I can't get the subroutine to return values. I'm not sure I understand how the arguments are read by the subroutine. | ||
I think this might be a good problem to use to walk through the debugger--I didn't understand everything as it was laid out in the book. | I think this might be a good problem to use to walk through the debugger--I didn't understand everything as it was laid out in the book. | ||
<pre> | |||
</pre> | </pre> | ||
Revision as of 03:02, 29 September 2009
Return to Week 3 Exercise 6.2 in Beginning Perl for Bioinformatics
I had some trouble with this one. I can't get the subroutine to return values. I'm not sure I understand how the arguments are read by the subroutine.
I think this might be a good problem to use to walk through the debugger--I didn't understand everything as it was laid out in the book.