foreach (@array) { dosomething($_); } #### foreach my $element (@array) { dosomething($element); }