X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXVars.pm.issue;h=56b558fa52305a343879e8f10ef944a23beb93eb;hb=579810d363939640538f88a9caa86e01fe9c7709;hp=ab43ca6489195ae63c7f3f8f87de45f3b4ff8cb8;hpb=9da1742219a27b1c02fd57794412088e4d7b3d1d;p=spider.git diff --git a/perl/DXVars.pm.issue b/perl/DXVars.pm.issue index ab43ca64..56b558fa 100644 --- a/perl/DXVars.pm.issue +++ b/perl/DXVars.pm.issue @@ -23,12 +23,13 @@ require Exporter; # this really does need to change for your system!!!! +# use CAPITAL LETTERS $mycall = "GB7DJK"; # your name $myname = "Dirk"; -# Your 'normal' callsign +# Your 'normal' callsign (in CAPTTAL LETTERS) $myalias = "G1TLH"; # Your latitude (+)ve = North (-)ve = South in degrees and decimal degrees @@ -37,7 +38,7 @@ $mylatitude = +52.68584579; # Your Longtitude (+)ve = East, (-)ve = West in degrees and decimal degrees $mylongitude = +0.94518260; -# Your locator (yes I know I can calculate it - eventually) +# Your locator (USE CAPITAL LETTERS) $mylocator = "JO02LQ"; # Your QTH (roughly) @@ -87,4 +88,4 @@ $userfn = "$data/users"; $motd = "$data/motd"; # are we debugging ? -@debug = ('chan', 'state', 'msg', 'cron'); +@debug = qw(chan state msg cron connect);