S
sonet
1.pl
----------------------
use strict;
$a=1;
the perl does not return error (Global symbol "$a" requires explicit package
name...)
but
2.pl
----------------------
use strict;
$a=1;
the perl does not return error (Global symbol "$a" requires explicit package
name...)
but
2.pl