Help for this page
# Here's one using 'push': my @array; ... foreach my $item ( @array ) { print $item, "\n"; }