首先是在windows平台上使用,可以下载ActivePerl或者StrawberryPerl,安装后既可以像在linux下进行命令行运行了(没有图形界面,呵呵!)
Predefined Names:http://www.cs.cmu.edu/People/rgs/pl-predef.html
Perl 中的特殊变量 $&, $`,$' ,@_ :http://blog.csdn.net/bjbs_270/archive/2007/09/20/1792360.aspx
下面的内容来时学习《Advanced Perl Programming》
Chapter 1
dynamically and statically allocated storage
anonymous storage
reference and dereference
scalars, arrays, hashes
Chapter 2
http://www.perl.com/doc/FMTEYEWTK/ (http://www.perl.com/doc/FMTEYEWTK/regexps.html)
看到第二章,发现内容是在是太深了,还是先看看《Perl Programming》吧。尤其是正则表达式,一定要好好学习。
正则表达式30分钟入门教程 (相当不错的教程,虽然作者是.Net开发者)
http://unibetter.com/deerchao/zhengzhe-biaodashi-jiaocheng-se.htm