Perl以字符串形式读取整个文件

示例

perl -0777 -ne'print "The whole file as a string: --->$_<---\n"'

注意:这-0777只是一个约定。任何-0400以上都将是相同的。