Help for this page
while (<DATA>) { print if 2 .. 3; }
while (<DATA>) { print if 2 .. 4; }
while (<DATA>) { print if 1 .. /end/; }
while (<DATA>) { print if 2 .. /end/; }
0 1 2 3 4 5 6 7
Results (677 votes), past polls