Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Loop through params and dynamically create a table

by scratch (Sexton)
on Jul 03, 2001 at 03:14 UTC ( [id://93354]=note: print w/replies, xml ) Need Help??


in reply to Loop through params and dynamically create a table

I've done something very similar to this, using the CGI and DBI modules, but no HTML:Template or CGI::Application, so I can't speak to those.

A couple of things to think about: <menu>

  • If you want to increase the odd that each person is only completing the survey once you should probably assign a password to each person and require him to login to complete the survey. Mail::Sender makes sending a bunch of email with username/password info fairly painless.

  • If you're carrying over values from page to page you'll need to do something to enable this. I used hidden fields. </menu>

    I'd suggest reading Lincoln Stein's Official Guide to Programming with CGI.pm. It covers nearly everything you need to know to do this.

    • Comment on Re: Loop through params and dynamically create a table
  • Log In?
    Username:
    Password:

    What's my password?
    Create A New User
    Domain Nodelet?
    Node Status?
    node history
    Node Type: note [id://93354]
    help
    Chatterbox?
    and the web crawler heard nothing...

    How do I use this?Last hourOther CB clients
    Other Users?
    Others musing on the Monastery: (3)
    As of 2024-04-19 21:03 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found