Difference between revisions of "Exercise 6.2"

From Earlham CS Department
Jump to navigation Jump to search
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>
  
<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 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 23:02, 28 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.