in reply to perl regex or module that identifies bots/crawlers
I don't think anyone has done this already. Check CPAN though.
However, if you do create a bot matcher, I suggest you use Regexp::Assemble to turn that list of bots into an efficient regular expression and more importantly, release your work as a module on CPAN :-)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: perl regex or module that identifies bots/crawlers
by argv (Pilgrim) on Mar 20, 2007 at 21:51 UTC | |
|
Re^2: perl regex or module that identifies bots/crawlers
by arc_of_descent (Hermit) on Mar 23, 2007 at 07:02 UTC |