my $odd; while (...) { my $class = ($odd++ % 2 == 0) ? 'odd' : 'even'; ... }