http://www.perlmonks.org?node_id=118200


in reply to Re: Re: passing an array to a checkbox_group
in thread passing an array to a checkbox_group

If I understand what you are asking, you seem to be wanting to set a variable in one script that outputs some html, and then access that variable's value the next time the form is submitted?

If that's the case you need to be writing a hidden field into your first script's output that has the name and value you want to access in your second script. CGI.pm probably has a method for doing this.

Guy

  • Comment on Re: Re: Re: passing an array to a checkbox_group