X-Git-Url: http://dolda2000.com/gitweb/?p=utils.git;a=blobdiff_plain;f=tel2name;h=1623d7c1d641d804ece7da982ebcdf040f7bdcd9;hp=819f0b5e7af9daffcd80cde3c2b0de2cbfc2b364;hb=307f4e9308c8c11069f48e3bd88fbedddf4f6de3;hpb=2b7d9218797959988e25c6cc8282a2f5eaa107fe diff --git a/tel2name b/tel2name index 819f0b5..1623d7c 100755 --- a/tel2name +++ b/tel2name @@ -90,7 +90,7 @@ if($wppid == 0) { binmode(YP, ":utf8"); binmode(WP, ":utf8"); -match: while() { +match: while() { chomp; for $prev (@matches) { next match if (lc $prev) eq (lc $_); @@ -99,7 +99,7 @@ match: while() { flush; push @matches, $_; } -match: while() { +match: while() { chomp; for $prev (@matches) { next match if (lc $prev) eq (lc $_);