Help for this page
foreach (@array) { dosomething($_); }
foreach my $element (@array) { dosomething($element); }