首页 > 试题广场 >

在此Perl程序中,以下哪个选项的$str赋值,不会让此程序

[单选题]

在此Perl程序中,以下哪个选项的$str赋值,不会让此程序正确输出here there

if ($str=~/(\w+) (or\s|and\s)?(\w+)/){
        print "$1 $3";
}

  • here and there

  • here or there

  • here there

  • here or and there

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