
July 10th, 2000, 12:10 AM
|
|
Contributing User
|
|
Join Date: Jan 2000
Posts: 108
Time spent in forums: < 1 sec
Reputation Power: 14
|
|
Hello.
I am running an email script. I take in a variable to the script in the format <BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">code:</font><HR><pre>datera@datera.com[/code]
I need to use this in a mail function like this:
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">code:</font><HR><pre>print MAIL "To: datera@datera.comn";[/code]
How can I add the before the @???
I have tried <BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">code:</font><HR><pre>$var =~ s/@/@;[/code] but it returns errors.
Thank you.
yoshi
datera@datera.com http://www.datera.com
[This message has been edited by yoshi (edited July 09, 2000).]
|