Perl获取Linux操作系统版本

清华大佬耗费三个月吐血整理的几百G的资源,免费分享!....>>>

#!/usr/bin/perl
system("uname -r");
system("uname -a");