X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXCIDR.pm;h=821152209a73c6e7cd7353f3bf2b25e8de905d1c;hb=5756741d9682667ae5b0442c4e6f609bd481b6eb;hp=a91d13967cf7c3db845e6e49df1c954c9fd1ba53;hpb=4dcd43a5029c8908cb1de3aff459f121496a9a7e;p=spider.git diff --git a/perl/DXCIDR.pm b/perl/DXCIDR.pm index a91d1396..82115220 100644 --- a/perl/DXCIDR.pm +++ b/perl/DXCIDR.pm @@ -44,6 +44,7 @@ sub _read chomp; next if /^\s*\#/; next unless /[\.:]/; + next unless $_; push @out, $_; } $fh->close;