Help for this page

Select Code to Download


  1. or download this
    ...
    # Setup our IP matching regex
    ...
                     print "$line\n" if ($line =~ /$re_test/);
                     $vip{$2}{'conn_count'}++ if ($line =~ /$re_line/);
            }