$debug = ($debug eq FALSE) ? TRUE : FALSE; #### use strict; use constant TRUE => 1; use constant FALSE => 0; (use other Modules) #### use constant TRUE => 1; use constant FALSE => 0; use strict; (use other Modules)
## use strict; use constant TRUE => 1; use constant FALSE => 0; (use other Modules) ##
## use constant TRUE => 1; use constant FALSE => 0; use strict; (use other Modules)