Help for this page
@x = @{$a}; foreach my $i (@x) { ... undef $i; }
my $a = ['a', 'b', 'c']; foreach (@{$a}) { ... undef $i; }