in reply to What's the opposite of // (err) operator?

maybe:

my $x = (...) // return; return morefoo($x);
True laziness is hard work