for my $thing ( @groupOfThings ) { if( $thing <= SOME_CONSTANT ) { $thing = $thing * SOME_CONSTANT; } }