Help for this page

Select Code to Download


  1. or download this
    my @regexes = map qr{GET (.*$_.*) HTTP/1.1" 200 [0-9]}, @mask;
    
  2. or download this
    my (%count, @order);
    
    ...
        }
      }
    }
    
  3. or download this
    my $alts = join '|', map quotemeta, @masks;
    my $rx = qr{GET (.*(?:$alts).*) HTTP/1.1" 200 [0-9]};
    ...
        $count{$bn}++ or push @order, $bn;
      }
    }