Help for this page

Select Code to Download


  1. or download this
    $VAR3 = 'URIBL_OB_SURBL+MPART_ALT_DIFF_COUNT';
    $VAR4 = {
              'Total' => 10,
              'Value' => '3.716'
            };
    
  2. or download this
    $VAR5 = 'BAYES_00+FORGED_RCVD_HELO';
    $VAR6 = {
    ...
               'Total' => 1,
               'Value' => '4.082'
             };
    
  3. or download this
    if ($sort eq 't') {
      $sorter = sub {
    ...
          };
        }
      };
    
  4. or download this
    } elsif ($sort eq 'v') {
      $sorter = sub {
    ...
      }
    };
    } else { $sorter = sub { sort keys %tests }; }
    
  5. or download this
      while ( my ($test,$val) = each %{$sorter->()} ) {
        print "Test: ". $test Val: $val\n"; # Sorter value
    ...
        print "  Total: ". $tests{$test}{"Total"} ."\n";
        print "  Value: ". $tests{$test}{"Value"} ."\n\n";
      }
    
  6. or download this
    sub Print_Tests($$)
    {
    ...
        print "  Value: $val->{Value}\n\n";
      }
    }