Help for this page

Select Code to Download


  1. or download this
        m|/sorry/| && ban(split ' ', $_);
    
  2. or download this
    # ./script.pl foo bar baz
    
  3. or download this
    sub ban {
        my $line = shift;
    ...
        my ($proxy) = $line =~ m| - \S+/(proxy_\S+)|;
        my @cutoff = grep /$proxy/, @cfg;
        ...