2020年3月9日$robotsrules->;parse($url, $robots_txt); # Get and parse the robots.txt file for Mary's Antiques, accumulating # the rules $url = "http://www.mary's antiques.com/robots.txt"; my $robots_txt ; get $url; $robotsrules->;parse($url, $robots_txt); # Now RobotRules contains the ...