in reply to Re^3: catching failures and retrying
in thread catching failures and retrying

Thanks very much. I like your examples -- I think my problem is that I haven't actually encapsulated each step of the program in a neat way. The necessary values for each step and the side effects each step produces are all entwined with each other.

So I guess I need to do some work on the general structure of the program.

Thanks for your help!