# adds 1 to all elements of array foreach my $elem (@arr) { $elem ++; }