X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=cmd%2Fshow%2Fqrz.pl;h=fdcdc59dce4205f7ca992f8c6ee15f83e92633be;hb=cd651c730ce8a5078bf36d24a9d679dac8fc4a3b;hp=ca1935a4c53dbe131e5bb5e4aade2a80d7b234cb;hpb=65a4b5776154155cb012fe7968558d0449d74ef3;p=spider.git diff --git a/cmd/show/qrz.pl b/cmd/show/qrz.pl index ca1935a4..fdcdc59d 100644 --- a/cmd/show/qrz.pl +++ b/cmd/show/qrz.pl @@ -22,7 +22,7 @@ return (1, "SHOW/QRZ , e.g. SH/QRZ g1tlh") unless @list; 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;