On Fri, Feb 28, 2003 at 11:37:23AM -0700, Don Fitzsimmons wrote:
/_Anyone familiar with FormMail? I'm trying to set up a recipient and my recipients both match in the hidden form field and the @recipeints variable in the script, but an error message tells me they don't match. I'm not familiar with Perl so it may be a sintactical error. Here is what I have as the variable:
/_
/_@recipients = &fill_recipients('
don@tornadodesign.com');
/_
Normally, in Perl, you would escape the "@" sign.
don\@tornadodesign.com
Try that and let us know how it goes.