remove $Id$ strings from everywhere that I can find
[spider.git] / cmd / show / qrz.pl
index ca1935a4c53dbe131e5bb5e4aade2a80d7b234cb..e0ee31a6c7bf27a150b36c0061877e556b602b37 100644 (file)
@@ -5,7 +5,7 @@
 #
 # Copyright (c) 2001 Dirk Koopman G1TLH
 #
-# $Id$
+#
 #
 my ($self, $line) = @_;
 my @list = split /\s+/, $line;               # generate a list of callsigns
@@ -22,7 +22,7 @@ return (1, "SHOW/QRZ <callsign>, 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;