say "exiting the loop" and last if $return_status eq "last"; say "going to next element" and next if $return_status eq "next"; # ...