use constant TRUE => 1; use constant FALSE => 0; #### if ($truevalue) { print 'foo'; }