加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 大数据 > 正文

是否有“perl”本身的手册页?

发布时间:2020-12-15 23:27:57 所属栏目:大数据 来源:网络整理
导读:我想找出perl -T的含义. 男子佩尔说: PERL(1) Perl Programmers Reference Guide PERL(1)NAME perl - The Perl 5 language interpreterSYNOPSIS perl [ -sTtuUWX ] [ -hv ] [ -V[:configvar] ] [ -cw ] [ -d[t][:debugger] ] [ -D[number/list] ] [ -pna ]
我想找出perl -T的含义.

男子佩尔说:

PERL(1)                               Perl Programmers Reference Guide                               PERL(1)

NAME
       perl - The Perl 5 language interpreter

SYNOPSIS
       perl [ -sTtuUWX ]      [ -hv ] [ -V[:configvar] ]
            [ -cw ] [ -d[t][:debugger] ] [ -D[number/list] ]
            [ -pna ] [ -Fpattern ] [ -l[octal] ] [ -0[octal/hexadecimal] ]
            [ -Idir ] [ -m[-]module ] [ -M[-]'module...' ] [ -f ]      [ -C [number/list] ]      [ -S ]
            [ -x[dir] ]      [ -i[extension] ]
            [ [-e|-E] 'command' ] [ -- ] [ programfile ] [ argument ]...

然后解释这些命令行参数.

在哪里可以找到这些命令行参数的manpage / perldoc?

解决方法

看看perldoc perlrun(“如何执行Perl解释器”):

-T

forces “taint” checks to be turned on so you can test them.
Ordinarily these checks are done only when running setuid or
setgid. It’s a good idea to turn them on explicitly for programs
that run on behalf of someone else whom you might not necessarily
trust,such as CGI programs or any internet servers you might
write in Perl. See perlsec for details. For security reasons,
this option must be seen by Perl quite early; usually this means
it must appear early on the command line or in the #! line for systems which support that construct.

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读