X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fprefix.pl;h=a12903799903e01eb7b29ae0d607b7580fa41f58;hb=9bafb5297d126d00203d67addaa918c0f056d9a8;hp=310ee6b858650972a2a2841c32fe52ab033d6232;hpb=84505457c5b3757715d97a63acd792b28fc1841a;p=spider.git diff --git a/cmd/show/prefix.pl b/cmd/show/prefix.pl index 310ee6b8..a1290379 100644 --- a/cmd/show/prefix.pl +++ b/cmd/show/prefix.pl @@ -1,5 +1,5 @@ # -# show the dxcc number for each callsign or prefix entered +# show the prefix info for each callsign or prefix entered # # $Id$ # @@ -18,7 +18,8 @@ foreach $l (@list) { my $pre = shift @ans; my $a; foreach $a (@ans) { - push @out, sprintf "%s DXCC: %3d ITU: %3d CQ: %3d (%s, %s)", uc $l, $a->dxcc(), $a->itu(), $a->cq(), $pre, $a->name(); + push @out, sprintf "%s DXCC: %d ITU: %d CQ: %d LL: %s %s (%s, %s)", uc $l, $a->dxcc(), $a->itu(), $a->cq(), slat($a->lat), slong($a->long), $pre, $a->name(); + $l = " " x length $l; } }