27Jan02=======================================================================
1. make save work in cron context
2. try to get the C client to handle closes on its standard input better
+3. put some validation in cluster.pl to check that people have set it up
handled.
22Jan02=======================================================================
1. limit spot dupe checking to first 12 characters
# do some validation of the input
die "The directory $root doesn't exist, please RTFM" unless -d $root;
die "$root/local doesn't exist, please RTFM" unless -d "$root/local";
- die "$root/local/DXVars doesn't exist, please RTFM" unless -e "$root/local/DXVars.pm";
+ die "$root/local/DXVars.pm doesn't exist, please RTFM" unless -e "$root/local/DXVars.pm";
mkdir "$root/local_cmd" unless -e "$root/local_cmd";