in reply to Re: Re: Sending email with Net::SMTP
in thread Sending email with Net::SMTP
So you can make an array out of that param with
@addressees = split('\0' $q->param($m_EmailGroups))
or whatever.
But it also sounds like you only ever expect them to choose one addressee? In that case you need Radio Buttons, not checkboxes, and you don't need to process it at all.
Every bit of code is either naturally related to the problem at hand, or else it's an accidental side effect of the fact that you happened to solve the problem using a digital computer.
M-J D
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Sending email with Net::SMTP
by Anonymous Monk on Jul 15, 2003 at 00:58 UTC | |
by Cody Pendant (Prior) on Jul 15, 2003 at 01:42 UTC |