X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fwatchdbg;fp=perl%2Fwatchdbg;h=8d9551d3db9e1cb366defc6186484a19a741964c;hb=65f4d068c56ddb6e25d1f62b7ca6fd43741386b3;hp=ff4d3438baa6edf16c852140218aa00982ce2215;hpb=043ec29d2c3f7d807f02660417696f0e93e20880;p=spider.git diff --git a/perl/watchdbg b/perl/watchdbg index ff4d3438..8d9551d3 100755 --- a/perl/watchdbg +++ b/perl/watchdbg @@ -6,7 +6,7 @@ # examples:- # # watchdbg g1tlh # watch everything g1tlh does -# watchdbg 2 PCPROT # watch all PCPROT messages + up to 2 lines before +# watchdbg -2 PCPROT # watch all PCPROT messages + up to 2 lines before # watchdbg gb7baa gb7djk # watch the conversation between BAA and DJK # @@ -41,7 +41,7 @@ my @prev; # seek to end of file $fh->seek(0, 2); for (;;) { - my $line = <$fh>; + my $line = $fh->getline; if ($line) { if ($exp) { push @prev, $line;