Help for this page
$hash{ $array[$_] } = $_ for (0..$#array);
use 5.012; while (my ($idx, $val) = each(@array)) { $hash{$val} = $idx; }
0 1 2 3 4 5 6 7
Results (675 votes), past polls