in reply to unless/if

I am not sure if I understand you exactly, but
die if /match_to_die/; if (/match_if_something/) { #do something }
is, probably, what you want...