1. Sort out PC41 handling to include type 5 records for QRA locators and also
[spider.git] / perl / watchdbg
index 720904bfca013ec9d54224e26a637cef38bb7d1a..92765ab4132f0ee913e0e32c8b4ae442be8dafc0 100755 (executable)
@@ -33,7 +33,8 @@ my $fp = DXLog::new('debug', 'dat', 'd');
 my @today = Julian::unixtoj(time()); 
 my $fh = $fp->open(@today) or die $!; 
 my $nolines = 1;
-$nolines = shift if $ARGV[0] =~ /^\d+$/;
+$nolines = shift if $ARGV[0] =~ /^-?\d+$/;
+$nolines = abs $nolines if $nolines < 0;  
 my $exp = join '|', @ARGV;
 my @prev;