Redian新闻
>
请问PERL里怎么判断一个list里面包含一个元素
avatar
n*e
2
比如这个:
@a = ("A","B","C","D")
$b = "B"
如何判断$b在不在a里?
avatar
y*6
3
thank you

【在 J***l 的大作中提到】
: rt
avatar
s*o
4
if(grep $_ eq $b,@a) {
print "Found $b in the array\n";
}
avatar
n*e
5
多谢。
很多年不用PERL,突然看起PERL的script很是头疼啊。

【在 s***o 的大作中提到】
: if(grep $_ eq $b,@a) {
: print "Found $b in the array\n";
: }

avatar
a*8
6
Python is so much easier to write and read than Perl
avatar
n*e
7
我接的活是改别人的PERL Script。

【在 a*********8 的大作中提到】
: Python is so much easier to write and read than Perl
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。