i need to search for &member& in a textarea and replace it with the contents of 
$member. how can i do this? im really quite new to this. :)

im pretty sure that this will search it out

$textarea =~ s/&member&/I;

will search it out, but not sure on how to replace it when the script sends the email.

Reply via email to