> "Sara" == Sara <[EMAIL PROTECTED]> writes:
Sara> I am looking for a way to encrypt & decrypt an email addy to
Sara> prevent spam while posting a message to discussion board.
You also asked this, and I answered it, on the Perl Beginner's Mailing
List at Yahoo. It's a waste of resource to p
Hi everyone,
I am looking for a way to encrypt & decrypt an email addy to prevent spam while
posting a message to discussion board.
I tried to split email address;
1-
($id,$host) = split(/\@/, "$email");
so, split it into $id and $host and later retrieve it by joining both.
But still its vis