in reply to Re: Can HTML::FillInForm handle multiple checkboxes?
in thread Can HTML::FillInForm handle multiple checkboxes?
Your error is, that you call $query->param('typeofinfo') in scalar context.
nope, in the original post it's called in list context which is causing the error.
i think that's what you meant.
|
|---|