Exercise 6.2: Difference between revisions

From Earlham CS Department
Jump to navigation Jump to search
Erika (talk | contribs)
New page: Return to Week 3 Exercise 6.2 in <i>Beginning Perl for Bioinformatics</i></b> <pre> </pre>
 
Erika (talk | contribs)
No edit summary
Line 3: Line 3:


<pre>
<pre>
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.
</pre>
</pre>

Revision as of 03:01, 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.