X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fprefix.pl;h=8177e1e563de4d229e7d5c7ab2d823e23a457b1e;hb=20b0335845c002b6c958a405d61bfa3ae4136f4d;hp=ed53d9277b302f072c9cb775f7c80f68024f927f;hpb=6b6eda0362049fd67809f2789e523708a1a8cb13;p=spider.git diff --git a/cmd/show/prefix.pl b/cmd/show/prefix.pl index ed53d927..8177e1e5 100644 --- a/cmd/show/prefix.pl +++ b/cmd/show/prefix.pl @@ -13,8 +13,8 @@ my @out; #print "line: $line\n"; foreach $l (@list) { my @ans = Prefix::extract($l); - my $dd = new Data::Dumper([ \@ans ]); - print "ans:", $dd->Dumpxs; +# my $dd = new Data::Dumper([ \@ans ]); +# print "ans:", $dd->Dumpxs; next if !@ans; my $pre = shift @ans; my $a;