X-Git-Url: https://git.sthu.org/?p=pgp-tools.git;a=blobdiff_plain;f=keyanalyze%2Fscripts%2Ftop50.pl;h=da51ebfeaca338bffe9876e043a9bd1f60c28723;hp=5a30de65b00e93539f1397e824dbb0ef1138d7b7;hb=832935452b272802a9b480aee2ea7013056993d2;hpb=2c6cf47b590c157946d62025facda7a4de5ba4dc diff --git a/keyanalyze/scripts/top50.pl b/keyanalyze/scripts/top50.pl index 5a30de6..da51ebf 100755 --- a/keyanalyze/scripts/top50.pl +++ b/keyanalyze/scripts/top50.pl @@ -34,7 +34,7 @@ if (open F, $comments) { my %msd; while (my $line = <>) { - $line =~ /^\w+\s+(\w+)\s+([\d\.]+)/ or die "cannot parse line $.: $_"; + $line =~ /^\w+\s+(\w+)\s+([\d\.]+)/ or die "cannot parse line $.: $line"; $msd{$1} = $2; }