sub blah { if($somevar == $somevalue) { return $this; } else { return $that; } die "Something very bad is happening"; }