Home > Archive > PERL Beginners > December 2007 > poll
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Octavian Rasnita 2007-12-12, 7:01 pm |
| Hello,
I have searched on cpan.org but I couldn't find what I need. Do you know if
there is a perl module that can create questionnaires for polls?
I would like to use a module that could create questionnaires with more
questions, that can split them in more pages (like a wizard) as I specify,
and that could use more type of controls, not only radio buttons, but also
combo boxes, list boxes, checkboxes, as I specify.
Do you know if there is such a module, or I will need to create the entire
code manually?
Thank you.
Octavian
| |
| Yogesh Sawant 2007-12-13, 8:00 am |
| On Dec 12, 6:41 pm, orasn...@gmail.com (Octavian Rasnita) wrote:
> Hello,
>
> I have searched on cpan.org but I couldn't find what I need. Do you know if
> there is a perl module that can create questionnaires for polls?
>
> I would like to use a module that could create questionnaires with more
> questions, that can split them in more pages (like a wizard) as I specify,
> and that could use more type of controls, not only radio buttons, but also
> combo boxes, list boxes, checkboxes, as I specify.
>
> Do you know if there is such a module, or I will need to create the entire
> code manually?
>
> Thank you.
>
> Octavian
Did you check WWW::Poll - http://search.cpan.org/~mgammon/WWW-Poll-0.01/Poll.pm
?
Yogesh
|
|
|
|
|