X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=perl%2FDXVars.pm;h=beab79530728bea1cfe716b9e5c871dcaa6b8eb5;hp=11c26012735ede6361f65eae60b3ef50ffce02c7;hb=625ce0adf070a7e900fa03714a391652db0c065a;hpb=56b610b0ed32b6d10122bca7554ce7a11251cdaa diff --git a/perl/DXVars.pm b/perl/DXVars.pm index 11c26012..beab7953 100644 --- a/perl/DXVars.pm +++ b/perl/DXVars.pm @@ -82,3 +82,6 @@ $userfn = "$data/users"; # the "message of the day" file $motd = "$data/motd"; + +# are we debugging ? +$debug = 1;