fleshed out some commands (particularly flag setting and unsetting)
[spider.git] / perl / DXVars.pm
index 39549e64db576dfcc699df6aa858d806de5a881e..5baf3a6790bfd98d401db06edbc04dc3a470bc76 100644 (file)
@@ -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;