| $txt{'35'} |
$mstxt{'03'} |
$txt{'69'} |
$im |
$txt{'231'} |
$txt{'227'} |
~;
fopen(FILE, "$memberdir/memberlist.txt")|| die "$mstxt{'07'}";
@name = ;
fclose(FILE);
chop (@name);
$count = 0;
if($find eq "name") {
foreach $user (@name) {
if($user =~ /$look/ig) { &getuserdata; &shownames; $count++}
}
} else {
foreach $user (@name) {
&getuserdata;
if ($member[$find] =~ /$look/ig) { &shownames; $count++;}
}
}
if(!$count) {$yymain .= qq~$mstxt{'08'} $txt{'193'} | ~;}
else { $tmp = ($count == 1 ? "$mstxt{'10'}" : "$mstxt{'11'}");
$yymain .= qq~$count $tmp $mstxt{'09'}. $txt{'193'} | ~;}
$yymain .= qq~
|