foreach my $ref (@records){ if($ref=~/URL/){ print qq(<B>Webpage: </B><A HREF="$ref">$ref</A><br>); } } [download]
In reply to Re: if by epoptai in thread Matching with 'if' inside a 'for' loop by malaga