On Fri, Feb 11, 2005 at 02:17:58PM -0800, Matt Myhre wrote: > > Is there a way to pass the values (i.e. in a hash) from mode 2 to mode 3 > without creating form fields for each one?
What you probably want to look into are Sessions (and thus the CGI::Application::Plugin::Session). You can look at sessions kinda like as cookies stored on the server instead of (as with cookies) on the client. You can store your hashes in there. For examples and the cookbook, please see http://search.cpan.org/~sherzodr/CGI-Session-3.95/ Regards, -- B10m - Di mana kambing? --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
