in reply to Re: Comparing the first element of an array with an arrayin thread Comparing the first element of an array with an array
if ((grep {$_ eq $links[0] } @visited_urls) > 0) { print "URL found\n"; } else { print "URL not found\n"; } [download]