1. Installation
>perl -v
This is perl 5, version 12, subversion 4 (v5.12.4)
Upgrade the perl to latest version
> curl -L http://xrl.us/installperlosx | bash
Or
Go to official website and download the latest version 5.16.3
http://www.perl.org/get.html#osx
Upgrade cpan
>cpan
cpan>upgrade
2. Old Docs
http://sillycat.iteye.com/blog/1012882 Installation, basic hello world and how to run, array&String&Number
http://sillycat.iteye.com/blog/1012923 control structure
http://sillycat.iteye.com/blog/1012940 hash
http://sillycat.iteye.com/blog/1016428 regex
http://sillycat.iteye.com/blog/1017590 File
http://sillycat.iteye.com/blog/1017632 String Handler, Module and CPAN
http://sillycat.iteye.com/blog/1021197 Web Programming
Deployment
http://sillycat.iteye.com/blog/1055873
Request and Header Info
http://sillycat.iteye.com/blog/1073593
3. Enable Nginx to Handle Perl autoconf
> curl -OL http://mirror.sdunix.com/gnu/autoconf/autoconf-2.69.tar.gz
configure & make & install
Error Message during install fcgiwrap
configure.ac:32: error: possibly undefined macro: AC_DEFINE
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
autoreconf: /Users/carl/tool/autoconf-2.69/bin/autoconf failed with exit status: 1