Help for this page

Select Code to Download


  1. or download this
    use WWW::Mechanize;
     use HTML::TreeBuilder;
    ...
        
        if ((grep {$_ eq $website_links[0] } @visited_urls) > 0) { # If th
    +e URL has been visited don't visit again
            shift @website_links;