I fail to see the need to escape the @ and .
A . needs to be escaped in RegEx to avoid confusion with the 'match
any character', but otherwise, I don't think you want the slash there.

On 4/20/07, Higashi Noboru <[EMAIL PROTECTED]> wrote:
try this

$id = "[EMAIL PROTECTED]";

cheers

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to