for my $ref ( @records ) { if ($ref->{URL}) { print qq{Webpage: $ref->{URL}
}; } }