|
|
| No such thing as a small change | |
| PerlMonks |
Re: Writing an opinion poll in perl.by cchampion (Curate) |
| on Sep 20, 2003 at 06:49 UTC ( [id://292840]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
There is WWW-Poll, but it is quite buggy. I tried it, and I had to modify a few things just to be able to run the tests. It may be a good start if you don't want to write your own system from scratch. In Poll.pm, change line 281 from undef (@maxvotes,@votes); to undef (@maxvotes); undef(@votes); In the demo script you have to change the starting path to "data" and it should work. After that, you're on your own. Good luck.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||