呃,split(pattern,var,limit);limit 是var 匹配 pattern情况 下分成几个区,如 $out="a b b b b ",按你的命令的话,最后结果 是 a,b,b,b b b , 4 个元素.
perldoc -f split