sub resolve_value { my $start_with = another_value() or warn("Could not get another value") and return; # continue.. }