Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

(Ovid) Re: Simple Anti-Spam Device

by Ovid (Cardinal)
on Jun 20, 2001 at 02:33 UTC ( [id://89850]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        my @codes = unpackEmail( $input );
    
  2. or download this
        use HTML::Entities;
        my @codes = map{ encode_entities( $_, '\x00-\xff' ) } split//, $in
    +put;
    
  3. or download this
    my $link = '<a href="mailto:' . "$mailto" . 
                     '">' . "$mailto</a>";
    ...
    # to this:
    
    my $link = a( { -href => $mailto }, $mailto );
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://89850]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (6)
As of 2024-04-19 11:22 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found