perl作为一种脚本语言,可以快速建立原型和处理。介于Shell和C及Java等语言之间。 perl文件 #! /usr/bin/perl printf("Hello World! /n"); $chmod a+x perl $./perl Hello World! 有不少地方用到,稍微看一下。