http://www.perlmonks.org?node_id=1006567


in reply to Re^3: inheritance: constructors
in thread inheritance: constructors

Sorry, I'm not buying. This is not ok? --

if ( $value != $expected_value ) { $errorcount++; die new Exception msg => "argh!"; } else { # continue with the happy path }

But this is ok? --

if ( $value != $expected_value ) { $errorcount++; die new Exception msg => "argh!"; } # continue with the happy path

no, no, no.

I reckon we are the only monastery ever to have a dungeon stuffed with 16,000 zombies.