foreach my $url (@search) { my $uri = URI->new($url); if ($uri->scheme() =~ /http/ || !defined($uri->scheme()) { #process $uri } }