+09Dec04=======================================================================
+1. fix show/mydx properly this time (and test the fix!)
+2. fix the default in show/qrz
06Dec04=======================================================================
1. fix show/mydx if there is no defined spotfilter
07Oct04=======================================================================
my $target = $Internet::http_proxy || $Internet::qrz_url || 'www.qrz.com';
my $port = $Internet::http_proxy_port || 80;
my $url = '';
-$url = 'http://' . ($Internet::qrz_url || '$www.qrz.com') if $Internet::http_proxy;
+$url = 'http://' . ($Internet::qrz_url | 'www.qrz.com') if $Internet::http_proxy;
use Net::Telnet;