WWW::Poll 0.01 review
Download
|
|
WWW::Poll is a Perl extension to build web polls.
Perl module to build and run web polls with built-in administrative capabilities.
SYNOPSIS
use Poll;
my $poll = new Poll;
$poll->path('/system/path/to/data/directory');
# Voting and returning poll results
$poll->vote($ans_key);
$html = $poll->get_html();
print "Content-type: text/htmlnn";
print $html;
#- Create a new Poll -#
$poll->question('Should Trent Lott change his barber?');
$poll->add_answers( "Yes", "No", "Who's Trent Lott?", etc );
$poll->create();
Requirements:
Perl
WWW::Poll 0.01 search tags