X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fprefix.pl;h=1689d63a9d213ad01916f8063cf66b5e4704b7f6;hb=62a87def961821679e455f333a58bc8c357e0457;hp=b416bf4b004e4ef9c2552b980af572ae368f37f0;hpb=78f7e0cc760aee1a38c38c83187fc050576dfb14;p=spider.git diff --git a/cmd/show/prefix.pl b/cmd/show/prefix.pl index b416bf4b..1689d63a 100644 --- a/cmd/show/prefix.pl +++ b/cmd/show/prefix.pl @@ -1,7 +1,7 @@ # # show the prefix info for each callsign or prefix entered # -# $Id$ +# # my ($self, $line) = @_; @@ -10,10 +10,13 @@ my @list = split /\s+/, $line; # generate a list of callsigns my $l; my @out; +#$DB::single = 1; + #print "line: $line\n"; foreach $l (@list) { my @ans = Prefix::extract($l); next if !@ans; +# dbg(join(', ', @ans)); my $pre = shift @ans; my $a; foreach $a (@ans) {