Help for this page
$flip = ++$flip % 4
$flip = ($flip + 1) % 4
($flip += 1) %= 4
for (1..12){ print "$Cheers[++$flip % 4]\n"; }