Help for this page
Found = in conditional, should be == at scope_test.pl line 5.
use strict; use warnings; ... $y = 0; print "hello (y = $y)\n"; }