Why doesn't Perl's strictures complain about an undeclared $a?

Posted by planetp on Stack Overflow See other posts from Stack Overflow or by planetp
Published on 2010-03-10T10:55:36Z Indexed on 2010/03/28 19:03 UTC
Read the original article Hit count: 120

Filed under:
|

Why is there no error issued by strict:

use strict;

$a = $a + 1;

© Stack Overflow or respective owner

Related posts about perl

Related posts about strictures