X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fwatchdbg;h=8d9551d3db9e1cb366defc6186484a19a741964c;hb=41f5538eb0eadf4daf02c5ca45b75f0dc79ca628;hp=ff4d3438baa6edf16c852140218aa00982ce2215;hpb=04d863984f1f0bb68d818095ff8792c902bb798b;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;