X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXVars.pm;h=91f4370727fd504f3e7dea55b82a2bf9c24ed00b;hb=337f38bfac57a5e5df34c63094fb869b0e2f6bee;hp=145631fd53b74b12b50b38e42787f1689e50c779;hpb=a0cf638d2ec10e9f464bb749cf1b70fd105baf9f;p=spider.git diff --git a/perl/DXVars.pm b/perl/DXVars.pm index 145631fd..91f43707 100644 --- a/perl/DXVars.pm +++ b/perl/DXVars.pm @@ -35,7 +35,7 @@ $myalias = "G1TLH"; $mylatitude = +52.68584579; # Your Longtitude (+)ve = East, (-)ve = West in degrees and decimal degrees -$mylongtitude = +0.94518260; +$mylongitude = +0.94518260; # Your locator (yes I know I can calculate it - eventually) $mylocator = "JO02LQ"; @@ -59,9 +59,6 @@ $clusteraddr = "localhost"; # the port number of the cluster (just leave this, unless it REALLY matters to you) $clusterport = 27754; -# cluster debug file -$debugfn = "/tmp/debug_cluster"; - # your favorite way to say 'Yes' $yes = 'Yes';