Help for this page
my $var = '' if 0;
if (0) { my $var = ''; }
bash$ perl -e 'for(1..3){my $i if 0; print $i++, "\n"}' 0 ... 0 0 0