1 查看Linux版本信息
cat /etc/*release
2 查看Perl版本信息
2.1 $perl -version
$perl -V for more detail
2.1 $perldoc perllocal
3 查看Python版本信息
python -V
1 查看Linux版本信息
cat /etc/*release
2 查看Perl版本信息
2.1 $perl -version
$perl -V for more detail
2.1 $perldoc perllocal
3 查看Python版本信息
python -V
转载于:https://www.cnblogs.com/xiaofeiIDO/p/6550436.html