Help for this page
don't { print "This won't be printed\n" }; # NO-OP
use Acme::not_do; not_do { print "This won't be printed\n" }; # NO-OP