Help for this page
use strict; ... } print "$i\n"; # prints "7" instead
use strict; ... } print "$i\n"; # still prints "7"