Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Loop through params and dynamically create a table

by scratch (Sexton)
on Jul 03, 2001 at 03:14 UTC ( #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? | Other CB clients
    Other Users?
    Others imbibing at the Monastery: (3)
    As of 2023-03-24 00:27 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?
      Which type of climate do you prefer to live in?






      Results (60 votes). Check out past polls.

      Notices?