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