You may view the original node and the consideration vote tally.
use CGI qw(param); my $value1 = param('field1'); my $value2 = param('field2'); my @multiple_selection_values3 = param('field3'); [download]
-- Randal L. Schwartz, Perl hacker