How do I use boolean variables in Perl? - by BlueWaldo I have tried: $var = false; $var = FALSE; $var = False; None of these work. I get the error message Bareword "false" not allowed while "strict subs" is in use. Read the article