Nilanjana Bhattacharya wrote:
> Hello everybody,
> 
> I have two radio buttons in a form. I want - When any one clicks on
> button "A" a mail will be sent to "A" & when any one clicks on button
> "B" mail will be sent to button "B". In both the cases whether
> someone clicks on A or B I will receive a mail. Can anyone help me
> with the coding pls? 

Yes, but we generally want to see what you have so far.

Is this a web form? If so, you'll need to write a CGI program to handle the
form. Use Perl's CGI module for this. For sending mail, I recommend the
Mail::Send module, available from CPAN. 

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to