最近の更新
このページへのアクセス 今日: 1 / 昨日: 0 総計: 232
my @list = ('A', 'B', 'C'); if (grep {$_ eq 'C'} @list) { print "yes\n"; } else { print "no\n"; }