To test if your system already has perl installed
$ which perl /usr/bin/perl
To chcek which version of perl is installed
$ perl -v
This is perl 5, version 12, subversion 3 (v5.12.3) built for darwin-thread-multi-2level .....
To test if your system already has perl installed
$ which perl /usr/bin/perl
To chcek which version of perl is installed
$ perl -v
This is perl 5, version 12, subversion 3 (v5.12.3) built for darwin-thread-multi-2level .....
Comments