in reply to Does CGI.pm have a limit on information passed?
How did you make the radio buttons (CGI.pm or just HTML)? If CGI.pm, are you sure the syntax is correct? What are the names of the radio buttons in the HTML? Do the names match @required? Are the buttons inside of the <FORM> tags? Can you simplify the problem to using maybe one or two fields instead? Insert `print STDERR $field` statements and peek at the log (or use CGI qw(fatalsToBrowser).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Does CGI.pm have a limit on information passed?
by c (Hermit) on Nov 06, 2001 at 10:18 UTC | |
by Ovid (Cardinal) on Nov 06, 2001 at 10:47 UTC |