X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fdx.pl;h=baca1f68fe2cfcb5a924a07eac739d09eebaddb3;hb=86d0e8cc034db0b0d23afc09b6f596c38a57885d;hp=6a9a3829a3a7a79f5878034703edd9a7bfb2959d;hpb=9561d4df06c832afdb57213f94e6606e4180c910;p=spider.git diff --git a/cmd/show/dx.pl b/cmd/show/dx.pl index 6a9a3829..baca1f68 100644 --- a/cmd/show/dx.pl +++ b/cmd/show/dx.pl @@ -50,7 +50,8 @@ sub handle next if $from && $to > $from; } if ($f && !$to) { - ($to) = $f =~ /^(\d+)$/o || 0 if !$to; # is it a to count? + ($to) = $f =~ /^(\d+)$/o if !$to; # is it a to count? + $to ||= 0; dbg("sh/dx to: $to") if isdbg('sh/dx'); next if $to; } @@ -79,6 +80,22 @@ sub handle push @flist, "info {QSL|VIA}"; next; } + if (lc $f eq '') { + dbg("sh/dx ") if isdbg('sh/dx'); + push @flist, "info {}"; + next; + } + if (lc $f eq '') { + dbg("sh/dx ") if isdbg('sh/dx'); + push @flist, "info {}"; + next; + } + if (lc $f eq '') { + dbg("sh/dx ") if isdbg('sh/dx'); + push @flist, "info {}"; + next; + } + if (lc $f eq 'iota') { my $doiota; if (@list && $list[0] && (($a, $b) = $list[0] =~ /(AF|AN|NA|SA|EU|AS|OC)[-\s]?(\d\d?\d?)/i)) { @@ -142,6 +159,7 @@ sub handle return (0, "sh/dx parse error '$r' " . $filter) if $r; $user ||= ''; + $expr ||= ''; dbg "sh/dx user: $user expr: $expr from: $from to: $to fromday: $fromday today: $today" if isdbg('sh/dx'); # now do the search