for (@array) {    $_ *= $faktor;    # $_ ist ein Alias fuer das Element in @array }