Perl中的next关键字结束本次循环,相当于C/C++中的continue。
Perl中的last关键字结束整个循环,相当于C/C++中的break。
posted on 2011-08-02 08:58 perlman 阅读(900) 评论(0) 收藏 举报