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