in reply to Why is my CGI.pm script trying to assign data before pressing submit.

The problem is that when the page is created - the value is not defined. It would be best to check whether the parameter is defined and the value is null or the length of the parameter is 0 after the user submits the page OR do what Purdy suggests! :)
- Moon
  • Comment on Re: Why is my CGI.pm script trying to assign data before pressing submit.