my %visited_urls = ($url_name => 1); ... while (@website_links) { if ( $visited_urls{$website_links[0]} )