[cgiapp] Basic parameter passing question

2004-09-08 Thread Sean Davis
I am using HTML::Template and need to pass cgi parameters between run modes. Do I have to always use a hidden field, or is it adequate to set the parameter via $query-param('name','value')? In my current app, I seem to have to use a hidden field and I have seen others choosing to do both,

Re: [cgiapp] Basic parameter passing question

2004-09-08 Thread Michael Peters
Sean Davis wrote: Thanks Michael and William. To clarify, I have a runmode that goes to a database, does a rather extensive query, then returns an array of unique id's. The form for this runmode then gives the user a chance to choose how the data are to be displayed. I would like to pass this