如何查询Perl手册页

(0 comments)

perldoc可以查询perl手册页。

手册页 内容
perldata 数据类型
perlsyn 语法
perlop 操作符和优先级
perlre 正则表达式
perlvar 预定义变量
perlsub 子过程
prelfunc 内建函数
perlmod 如何令 Perl 模块工作
perlref 参考手册
perlobj 对象
perlipc 进程间通讯
perlrun 如何运行 Perl 命令,以及命令行开关
perldebug 调试
perldiag 诊断信息

查询手册页例子:

% perlop comma 

% perlfunc split 

% perlvar ARGV 

% perldiag 'assigned to typeglob'

% perlfaq round

Currently unrated

Comments

There are currently no comments

New Comment

required

required (not published)

optional

required