Help for this page
use strict; use warnings; ... for $i (@a) { print $i; }
use strict; use warnings; ... for my $i (@a) { print $i; }