08Nov02=======================================================================
1. made some small mods to grepdbg and spot2csv.pl
+2. fix a possible DOS in dx command
07Nov02=======================================================================
1. allow three digit longitudes
2. make a small change to see if messages now stay in place.
if ($f[0] =~ /^by$/i) {
$spotter = uc $f[1];
- $line =~ s/^\s*$f[0]\s+$f[1]\s+//;
+ $line =~ s/^\s*\Q$f[0]\s+\Q$f[1]\s+//;
$line = $f[2];
@f = split /\s+/, $line;
return (1, $self->msg('dx2')) unless @f >= 2;