Help for this page
Use of uninitialized value in concatenation... 555 555
for (1..3) { my $var = '' if 0; print STDERR "$var\n"; $var = 555; }