很简单
直接apt-get install perl
ok
开始你的perl之路吧。
先来个helloworld
#! /usr/bin/perl
print "Hello,world!\n";
perl -c helloworld
perl helloworld