Changeset 17 for trunk/dnsbl/dnsbl.cgi


Ignore:
Timestamp:
03/03/10 16:59:57 (14 years ago)
Author:
Kris Deugau
Message:

/trunk/dnsbl

Don't complain about uninitialized vars
Include backlink on any IP report, not just those seen before

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dnsbl/dnsbl.cgi

    r14 r17  
    33use strict;
    44use warnings;
     5no warnings qw(uninitialized);
    56use CGI::Carp qw (fatalsToBrowser);
    67use CGI::Simple;
Note: See TracChangeset for help on using the changeset viewer.