On Tuesday 30 January 2007 12:18, Nadim Khemir wrote: > Any of the subroutines could croak. So my point is "is there any point in > using lives_and" at certain places when it's not used in thousands of other > places?
Sure -- when calling code that you know throws exceptions under certain circumstances, to test that it doesn't throw an exception under other circumstances. -- c