use constant DEBUG => 0; if(DEBUG) { print "This will be gone.\n"; } else { print "Hello, world!\n"; }