Help for this page
$count++ if $_ =~ /\b$dst[0]\b/ && /\b$service[ +0]\b/;
($_ =~ /\b$dst[0]\b/) && ($_ =~ /\b$service[+0]\b/);
($var =~ /\b$dst[0]\b/) && ($_ =~ /\b$service[+0]\b/);