Skip to main content
added 11 characters in body; deleted 4 characters in body
Source Link
Chad DeShon
  • 4.8k
  • 6
  • 30
  • 29

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.
Bareword "false" not allowed while "strict subs" is in use.

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.

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.
added 4 characters in body; edited tags
Source Link
brian d foy
  • 133.6k
  • 31
  • 214
  • 613

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."

Bareword "false" not allowed while "strict subs" is in use.

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."

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.
added 2 characters in body
Source Link
innaM
  • 48k
  • 5
  • 72
  • 88

I have tried:
$var = false;
$var = FALSE;
$var = False;

$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."

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."

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."

Source Link
Chad DeShon
  • 4.8k
  • 6
  • 30
  • 29
Loading