|
NAMEHTML::RobotsMETA::Rules - A Representation Of Robots Exclusion RulesSYNOPSIS$rules = $p->parse_rules($html); $bool = $rules->can_index(); $bool = $rules->can_follow(); $bool = $rules->can_archive(); $bool = $rules->can_serve(); $bool = $rules->can_imageindex(); $bool = $rules->can_imageclick(); DESCRIPTIONHTML::RobotsMETA::Rules represents the robots exclusion policies that are described within HTML META tags.METHODSnewcan_indexcan_followcan_archivecan_servecan_imageindexcan_imageclick
Visit the GSP FreeBSD Man Page Interface. |