一 读写文件
实例:
use strict;use warnings;sub open_display_file{ # the filename should be passed in as a parameter my $filename = shift; # open file to the handl ...……
1.问题描述
在对OpenSSL升级包openssl-1.1.1a.tar.gz解压后,运行./configur编译的时候,它提示Perl的版本太低,无法编译。错误如下:
Perl v5.10.0 required--this is only v5.8.8, stopped at ./Configure line 12 ...……