Perl Script - Help with cookies in storing and retrieveing hash key values.?

Curious Person

New member
I created a HTML form with check-boxes that has four options (jewelry) and a submit. This information is sent to cgiscriptA.
cgiscriptA has a form for a person to enter the name and address information. The submit button here sends it to cgiscriptB. cgiscriptB needs to display what options were selected along with their address information. The instructions say to use Temp cookies in order to communicate between the scripts. I set up a cookie with the hash containing the options(jewelry selected) as the value. But I need it to display just the keys that were selected. I am confused as to how to where to place/create the cookie to get it to display properly on the second CGI file. Or if communicating with temp files works a different way then this.
 
Back
Top