![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re: Writing an opinion poll in perl.by cchampion (Curate) |
on Sep 20, 2003 at 10:49 UTC ( [id://292840]=note: print w/replies, xml ) | Need Help?? |
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
|
|