<html>
<body>
Hi,<br><br>
I have a Perl problem.<br><br>
$email = xyx@abc.net<br><br>
<font face="Courier New, Courier">-e 's/laplace/$email/'<br><br>
</font>sed will not completely replace &quot;laplace&quot;&nbsp; with the
value in $email because everything is lost starting with the
&quot;@&quot; and ending with the &quot;c&quot;.<br><br>
<br>
Any help would be appreciated.<br><br>
Thanks.<br><br>
Terry Bailey<br>
</body>
</html>