Help for this page
my $start_with = another_value or do { warn "Could not get another value"; return; };
do { warn "Could not get another value"; return; } unless my $start_with = another_value;