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.

9 Answers
9

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *