WWW::Poll

WWW::Poll is a Perl extension to build web polls.
Download

WWW::Poll Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Mike Gammon
  • Publisher web site:
  • http://search.cpan.org/~mgammon/WWW-Poll-0.01/Poll.pm

WWW::Poll Tags


WWW::Poll Description

WWW::Poll is a Perl extension to build web polls. 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 Related Software