my @timesthree_onlyfives = map { $_ *= 3 if ($_ % 5 == 0) } (@list);