Win32 Perl Links
With so much information on Perl available on the Internet it can be quite difficult to find exactly what you are looking for. This is why we have compiled a list of links that may help guide you while on your journey the the vast net of Perl resources.
阅读全文>
发表于 @ 2006年08月22日 13:45:00|评论(loading...)|收藏
学习perl两年,读书甚多,推荐几本:
1. Programming Perl, Larry Wall et al, 3nd Ed
不记得谁说的了,直接读大师的著作,而不要读大师学生的著作(所以大师学生最好不
要写书了)。
阅读全文>
发表于 @ 2006年08月06日 16:14:00|评论(loading...)|收藏
[next]
1. 如果后面有label,就跳到label那里执行
2. 否则,跳出本次循环,执行下次循环,就像c++里面的continue
[last]
1. 跳出本层循环,就像c++里面的break
[continue]
1. 跟在loop后面,相当于for循环里面的递增操作。
阅读全文>
发表于 @ 2005年11月22日 15:24:00|评论(loading...)|收藏