Help for this page

Select Code to Download


  1. or download this
    $count++ if $_ =~ /\b$dst[0]\b/ && /\b$service[
    +0]\b/;
    
  2. or download this
    ($_ =~ /\b$dst[0]\b/) && ($_ =~ /\b$service[+0]\b/);
    
  3. or download this
    ($var =~ /\b$dst[0]\b/) && ($_ =~ /\b$service[+0]\b/);