Foreach

Foreach $happy_moment (@life) {
push(@memory, $happy_moment);
$_ =~ s///g;
## do nothing
## to everything...
}

die;