目录
模块基础知识
-
查看某模块是否安装
/usr/bin/perldoc Llamas
No documentation found for "Llamas". #模块不存在报错
/usr/bin/perldoc CGI
#模块存在输出说明文档(一下显示部分内容)
NAME
CGI - Handle Common Gateway Interface requests and responses
SYNOPSIS
use strict;
use warnings;