Help for this page

Select Code to Download


  1. or download this
    foreach $line (@connections) {
            if ($line =~ /^\s*(\d+\.\d+\.\d+\.\d+):\d+
    ...
                    $frontend{$3}{$iteration}++;
            }
    }