http://www.perlmonks.org?node_id=575886


in reply to Re^4: Regex Or Die! (!unless)
in thread Regex Or Die!

use Acme::don't;
don't { print "This won't be printed\n" }; # NO-OP
How about the TheDamian writes another one ;-)
use Acme::not_do; not_do { print "This won't be printed\n" }; # NO-OP