X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?p=spider.git;a=blobdiff_plain;f=perl%2FDXVars.pm;h=5baf3a6790bfd98d401db06edbc04dc3a470bc76;hp=39549e64db576dfcc699df6aa858d806de5a881e;hb=07ea293f3919d2da76220b5fbc55b734008ed44c;hpb=b2e4d1c7378cfd98bd8cdf9304c2bd6e5d4b802c diff --git a/perl/DXVars.pm b/perl/DXVars.pm index 39549e64..5baf3a67 100644 --- a/perl/DXVars.pm +++ b/perl/DXVars.pm @@ -59,6 +59,12 @@ $debugfn = "/tmp/debug_cluster"; # the version of DX cluster (tm) software I am masquerading as $myprot = "5447"; +# your favorite way to say 'Yes' +$yes = 'Yes'; + +# your favorite way to say 'No' +$no = 'No'; + # default hopcount to use - note this will override any incoming hop counts, if they are greater $def_hopcount = 7;