use strict; use warnings; use constant DEBUG => 0; print "Hello World\n"; print "This is a debug Statement\n" if DEBUG; print "Goodbye Cruel Word\n";