- or download this
use warnings;
use diagnostics;
- or download this
use strict;
use warnings;
...
Uncaught exception from user code:
Can't use an undefined value as a HASH reference at line 8.
- or download this
use strict;
use warnings;
...
--Error--
This caused no error
- or download this
use strict;
use warnings;
...
--Error--
This caused no error also