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

是否有“perl”本身的手册页?,第1张

概述我想找出perl -T的含义. 男子佩尔说: PERL(1) Perl Programmers Reference Guide PERL(1)NAME perl - The Perl 5 language interpreterSYNOPSIS 我想找出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 ] [ -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.

总结

以上是内存溢出为你收集整理的是否有“perl”本身的手册页?全部内容,希望文章能够帮你解决是否有“perl”本身的手册页?所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: https://outofmemory.cn/langs/1267224.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-06-08
下一篇 2022-06-08

发表评论

登录后才能评论

评论列表(0条)

保存