Perl命令 -- 安装.命令行之类的
1. 查看安装的模块 $>perldoc perllocal或者 perl -e "use Tk"Tk为模块名
2. 检查是否安装了模块的一种简单方法是在命令提示符下键入 perl -e "use module"
3. 模块安装的方法 windows下装ActivePerl,运行ppm,有界面的
3.1 perl怎么安装Crypt::SSLeay模块
ppm-shell
ppm>install http://theoryx5.uwinnipeg.ca/ppms/Crypt-SSLeay.ppd
4. $>perldoc perldoc查看帮助
页:
[1]