Help for this page
for ($i=0; $i<53; $i++) { }
foreach my $item (@list) { $item = mutate $item; }
@list = map { mutate $_ } @list;