<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 "laplace" with the
value in $email because everything is lost starting with the
"@" and ending with the "c".<br><br>
<br>
Any help would be appreciated.<br><br>
Thanks.<br><br>
Terry Bailey<br>
</body>
</html>