Hi , I am new to CGI scripting. I have a below query. I have one form say "xyz" with checkbox, where I am supposed to select certain options using these checkboxes.
I have another form say "abc" where I am required to display the selected options from form "xyz". I have one perl module which acts as interface between form "xyz" and "abc". My query is how do I select the values which has been checked in form "xyz" and display in form "abc" using CGI scripting. -Rajini