Help for this page
use constant DEBUG => 1; ... ... warn "Foo" if DEBUG;
use constant DEBUG => 1; ... ... ... ... &$debugsub(foobar);