blob: fe8711ec7e7a3b7ba42920e8b6f29530e86e1998 (
plain) (
blame)
1
2
3
4
5
6
|
This module parses /robots.txt files which are used to forbid conforming
robots from accessing parts of a web site. The parsed files are kept in
a WWW::RobotRules object, and this object provides methods to check if
access to a given URL is prohibited.
WWW: http://search.cpan.org/dist/WWW-RobotRules/
|