./www/p5-HTML-Email-Obfuscate, Perl5 module for obfuscating HTML email addresses

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2022Q4, Version: 1.00nb13, Package name: p5-HTML-Email-Obfuscate-1.00nb13, Maintainer: pkgsrc-users

"Don't put emails directly on the page, they will be scraped"

Stuff that, I'm sick of looking at "bob at smith dot com". Why can't
we just write emails in a way that looks normal to people, but is
very, very difficult to scrape off. Most email scrapers only use
very very simple parsing methods. And it isn't as if it is hard to
just do

# Before we search for email addresses...
$page =~ s/\s+at\s+/@/g;
$page =~ s/\s+dot\s+/./g;

This is an arms war dammit, and I want nukes!


Master sites: (Expand)

Filesize: 22.839 KB

Version history: (Expand)