unless ( $me->is_tired ) { $me->go_to_the_market(); } # the other direction, to me, reads perfectly well $me->go_to_the_market() unless $me->is_tired();