[linux] 查看版本信息 Perl 、Python、 Linux及Perl模块安装位置查看

1 查看Linux版本信息

  cat /etc/*release

2 查看Perl版本信息

  2.1 $perl -version

    $perl -V for more detail

  2.1 $perldoc perllocal

3 查看Python版本信息

  python -V