X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXVars.pm.issue;h=56b558fa52305a343879e8f10ef944a23beb93eb;hb=0eaefdea3793b0ce92db80446db4ada8580519e3;hp=42feb2ead469a3f9c343a87b661ca742b51d0027;hpb=85b6ea316f8da5cb0a9fe716bbb5cd17bd2f5fdb;p=spider.git diff --git a/perl/DXVars.pm.issue b/perl/DXVars.pm.issue index 42feb2ea..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', 'connect'); +@debug = qw(chan state msg cron connect);