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 }
[download]
is, probably, what you want...
Comment on
Re: unless/if
Download
Code
In Section
Seekers of Perl Wisdom