- or download this
$debug = ($debug eq FALSE) ? TRUE : FALSE;
- or download this
use strict;
use constant TRUE => 1;
use constant FALSE => 0;
(use other Modules)
- or download this
use constant TRUE => 1;
use constant FALSE => 0;
use strict;
(use other Modules)