![]() |
|
Syntactic Confectionery Delight | |
PerlMonks |
Writing an opinion poll in perl.by DigitalKitty (Parson) |
on Sep 20, 2003 at 07:28 UTC ( [id://292820]=perlquestion: print w/replies, xml ) | Need Help?? |
DigitalKitty has asked for the wisdom of the Perl Monks concerning the following question:
Hi all.
I'm writing a small opinion poll using perl/cgi and it appears I need a little assistance. See below for code:
The HTML form consists of 15 questions. Each question can be answered via one of four radio buttons. In an attempt to simplify the design aspects, I followed davido's advice and used unique 'id' numbers (starting with 1 and ending with 60). Question 1 is 1..4, question 2 is 5..8, etc. These are written to a small text file then placed into a hash in order to generate a small histogram (via CGI.pm). I'd like to display the output in the following manner:
Note:This is *not* a homework assignment. It is a favor for a psychology professor. Thanks, -Katie.
Back to
Seekers of Perl Wisdom
|
|