Help for this page
my @array = qw(a few items in the array); foreach my $element (@array) { do_something_with($element); }