Help for this page
foreach my $element (@array) {...
my @array = qw(a b c d e f g); ... print "$element\n"; } }