1 查看Linux版本信息
cat /etc/*release
2 查看Perl版本信息
2.1 $perl -version
$perl -V for more detail
2.1 $perldoc perllocal
3 查看Python版本信息
python -V