首页 > 试题广场 >

以下Perl程序的输出结果是什么? $str= "There

[单选题]

以下Perl程序的输出结果是什么?

$str= "There is a pencil on the desk.";

if ($str =~ /is\s+.+\s+pencil/){

    print "matched";

}else{

    print “not matched”;

}

  • matched

  • not matched
  • null
  • 其他都不对

这道题你会答吗?花几分钟告诉大家答案吧!