Hello, I have a form with a bunch of check boxes. Each checkbox has its own value parameter. The field name for all check boxes in field1. When the form is filled and data sent via an email, it sends a string of characters. For example: field1 would have the values of "this,is,a,comma,separated,value".
What I want to do is to take extract these values from the string and then append @somewhere.com to send an email. For example, two of the email addresses from the above string would be this @somewhere.com and [EMAIL PROTECTED] I want to be able to send the email output to as many addresses as the check box selected. I am using Net:SMTP and use strict. I have a rudimentary knowledge of Perl/CGI. Any help would be appreciated. Thanks. Akbar Ehsan Internet Services Coordinator Central Office Ivy Tech Community College 9301 E. 59th St. Indianapolis, IN 46216 Phone: 1 317 921-4872 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/