Poll is pretty cool. It was designed to work in a similar way to CNN's (now closed) Quick Polls.
features:-
Get the source, ark-lib.pl and CGI.pm (from CPAN if you don't have it) and put them in your CGI directory.
Edit $dir in poll to point to one of your directories.
Create a file in that directory which will be the name of your poll (e.g. good). Add a line like this "Question: is this good?"
Create the HTML form which will use the poll....
<FORM METHOD=POST ACTION="/cgi-bin/poll/good"> <INPUT TYPE="submit" NAME="submit" VALUE="Yup"> <INPUT TYPE="submit" NAME="submit" VALUE="Nope"> </FORM> <P><A HREF="/cgi-bin/poll/good">See results</A></P>
Easy isn't it?
Is Alex's Poll script pretty cool or what?
Add an expiration line to say when the poll ends
Give up and use one of the free poll sites like this one..
[My CGI Scripts]
[Append]
[Quick Poll]
[What's New?]
[Insult Generator]
All Original Content ©1995-2006 Alex