Um. The problem I ran into which I was trying to fix was that your code
got confused and decremented generations even when it was supposed
to stay at “0” - unlimited. So, I guess, yeah. further explanation
of what I’m breaking by diddling the instance variable just before
it’s thrown away would be useful…I’m not seeing whatever bug it’s causing.
-jOn Mon, Apr 02, 2001 at 09:32:06AM -0700, ivan wrote:
Here’s an example of why it’s a bad idea to fiddle code gratuitously.
This should be obvious; let me know if you need further explanation.
Ah. I see now that that’s not outside the last loop and will
decrement the method variable too much…On Mon, Apr 02, 2001 at 09:32:06AM -0700, ivan wrote:
Here’s an example of why it’s a bad idea to fiddle code gratuitously.
This should be obvious; let me know if you need further explanation.
Any e-mail sent to the SLA will immediately become the intellectual property
of the SLA and the author of said message will enter into a period of
indentured servitude which will last for a period of time no less than seven
years.
my $kids = $Keyword->Descendents($generations && $generations-1, %results);On Mon, Apr 02, 2001 at 12:43:37PM -0400, Jesse wrote:
Um. The problem I ran into which I was trying to fix was that your code
got confused and decremented generations even when it was supposed
to stay at “0” - unlimited. So, I guess, yeah. further explanation
of what I’m breaking by diddling the instance variable just before
it’s thrown away would be useful…I’m not seeing whatever bug it’s causing.
-j
On Mon, Apr 02, 2001 at 09:32:06AM -0700, ivan wrote:
Here’s an example of why it’s a bad idea to fiddle code gratuitously.
This should be obvious; let me know if you need further explanation.