in reply to Re^3: Calling a subroutine via multiple dereferences.
in thread Calling a subroutine via multiple dereferences.

Actually, I think it gets called more than that...

But, thanks for the pointer. I'd forgotten a change made someplace else that meant _parse_args() didn't quite output something it could input. As luck would have it, this only has an effect if I'm passing the to_address parameter.

I changed the test to search on something else, and it works. So, I just need to fix that bug...

(Note to self: Just because you have tested and know something works, that doesn't mean it works.)

- DStaal

  • Comment on Re^4: Calling a subroutine via multiple dereferences.