Help for this page

Select Code to Download


  1. or download this
    $clean_total =~ s/^\s+|\s+$//g;
    $spam_total =~ s/^\s+|\s+$//g;
    ...
    $banned_total =~ s/^\s+|\s+$//g;
    $badheader_total =~ s/^\s+|\s+$//g;
    $reject_total =~ s/^\s+|\s+$//g;
    
  2. or download this
    
    #!/usr/bin/perl
    ...
    print "</body>";
    print "</html>\n";