Sharat, I tend to prefer hidden form variables to pass data, as cookies could be unsupported or turned off by the client browser. The CGI.pm module provides an easy way to access form variables from your Perl script. The O'Reilly book _CGI Programming with Perl_ has several chapters dedicated to doing this sort of thing.
- John > -----Original Message----- > From: Sharat Hegde [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, December 11, 2001 11:38 PM > To: [EMAIL PROTECTED] > Subject: Passing arrays across forms > > > Hello, > > I have a wizard kind of form processing - basically 5 forms > with user inputs > in all the forms. The data is captured and stored at the end > of the form > processing. > > The data collected from the forms is stored internally in the > form of arrays > - there are about 4 arrays, one of them a two-dimensional > array. The total > amount of data in the worst case may be upto 1KB. > > 1. What is the best way to pass this data across forms? I > know that hidden > form variables is possible. I have not yet worked with > cookies, but I hope > to figure it out if required. > > 2. Are there are any modules available which convert array > data into form > variables and then allow you to convert form variables into > arrays, without > having to write all the parsing code yourself. > > Regards, > Sharat This message may contain information which is private, privileged or confidential and is intended solely for the use of the individual or entity named in the message. If you are not the intended recipient of this message, please notify the sender thereof and destroy / delete the message. Neither the sender nor Sappi Limited (including its subsidiaries and associated companies) shall incur any liability resulting directly or indirectly from accessing any of the attached files which may contain a virus or the like. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]