Help for this page
Foreach Loops ... to the loop. This implicit localisation occurs only in a "foreach" loop.
foreach $open (@deleted) { .... }
foreach my $open (@deleted) { ... }