JMann
10-11-2003, 02:18 AM
How would I make a poll in PERL? Just a basic poll. Thanks.
stuka
10-14-2003, 10:26 AM
<assumption> You're doing this on a web site </assumption>
1. Write an HTML form that has radio buttons/check boxes as appropriate.
2. Make the action attribute of the form point to a Perl script.
3. Look into the CGI module for Perl to get the variables from the form.
4. Use your Perl script to save the results (to a file, or use DBI to send it to a database, etc.)
vBulletin® v3.7.0, Copyright ©2000-2009, Jelsoft Enterprises Ltd.